I think this fix for the limited API on Windows is not in the RC. I could not fine the new code in the tarball.
Can it be added? https://bugs.python.org/issue43155 <https://bugs.python.org/issue43155> Barry > On 17 Feb 2021, at 12:50, Łukasz Langa <luk...@langa.pl> wrote: > > I’m happy to announce two release candidates today: Python 3.9.2rc1, and > Python 3.8.8rc1. Get them from: > > https://www.python.org/downloads/release/python-392rc1/ > <https://www.python.org/downloads/release/python-392rc1/> > > https://www.python.org/downloads/release/python-388rc1/ > <https://www.python.org/downloads/release/python-388rc1/> > > Unless critical issues are discovered, both release candidates will become > their respective final versions on Monday, March 1st. > Following that, the last full regular maintenance release of Python 3.8 is > planned for May 3rd 2021, after which it will shift to source releases only > for security bug fixes only. Maintenance releases for the 3.9 series will > continue at regular bi-monthly intervals, with 3.9.3 planned for early May > 2021. > > Notable security content in today’s releases > > bpo-42967 <https://bugs.python.org/issue42967>: Fix web cache poisoning > vulnerability by defaulting the query args separator to &, and allowing the > user to choose a custom separator. > > bpo-42938 <https://bugs.python.org/issue42938>: Avoid static buffers when > computing the repr of ctypes.c_double and ctypes.c_longdouble values. > > What’s new? > > The Python 3.9 series contains many new features and optimizations over 3.8. > See the “What’s New in Python 3.9 > <https://docs.python.org/3.9/whatsnew/3.9.html>” document for more > information about features included in the 3.9 series. We also have a > detailed change log for 3.9.2rc1 > <https://docs.python.org/release/3.9.2rc1/whatsnew/changelog.html#changelog> > specifically. > > Detailed information about all changes made in version 3.8.8rc1 specifically > can be found in its change log > <https://docs.python.org/release/3.8.8rc1/whatsnew/changelog.html#python-3-8-8-release-candidate-1>. > > We hope you enjoy those new releases! > > Thanks to all of the many volunteers who help make Python Development and > these releases possible! Please consider supporting our efforts by > volunteering yourself or through organization contributions to the Python > Software Foundation. > > Your friendly release team, > Ned Deily @nad <https://discuss.python.org/u/nad> > Steve Dower @steve.dower <https://discuss.python.org/u/steve.dower> > Łukasz Langa @ambv > <https://discuss.python.org/u/ambv>_______________________________________________ > Python-Dev mailing list -- python-dev@python.org > To unsubscribe send an email to python-dev-le...@python.org > https://mail.python.org/mailman3/lists/python-dev.python.org/ > Message archived at > https://mail.python.org/archives/list/python-dev@python.org/message/T4IZOGQB7DW4KNKJZBQ6U4VMYETK6EVR/ > Code of Conduct: http://python.org/psf/codeofconduct/
_______________________________________________ Python-Dev mailing list -- python-dev@python.org To unsubscribe send an email to python-dev-le...@python.org https://mail.python.org/mailman3/lists/python-dev.python.org/ Message archived at https://mail.python.org/archives/list/python-dev@python.org/message/4M3BCF6HQBV36DUDCGIY2CTCSKGE5S33/ Code of Conduct: http://python.org/psf/codeofconduct/