[python-committers] [RELEASE] Python 3.7.4rc1 and 3.6.9rc1 are now available
Python 3.7.4rc1 and 3.6.9rc1 are now available. 3.7.4rc1 is the release preview of the next maintenance release of Python 3.7, the latest feature release of Python. 3.6.9rc1 is the release preview of the first security-fix release of Python 3.6. Assuming no critical problems are found prior to 2019-06-28, no code changes are planned between these release candidates and the final releases. These release candidates are intended to give you the opportunity to test the new security and bug fixes in 3.7.4 and security fixes in 3.6.9. We strongly encourage you to test your projects and report issues found to bugs.python.org as soon as possible. Please keep in mind that these are preview releases and, thus, their use is not recommended for production environments. You can find the release files, a link to their changelogs, and more information here: https://www.python.org/downloads/release/python-374rc1/ https://www.python.org/downloads/release/python-369rc1/ -- Ned Deily [email protected] -- [] ___ python-committers mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-committers.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/7R7C7YLPXJ6AR3M2XZA7IKSHZ2SQFBYG/ Code of Conduct: https://www.python.org/psf/codeofconduct/
[python-committers] Blurb question: error in Misc/NEWS.d/3.8.0b1.rst
I made a typo in a blurb file that's been incorporated into Misc/NEWS.d/3.8.0b1.rst. I referenced an incorrect bpo number. How do I go about fixing it? Can I just modify that .rst file, or is there some other process I need to perform? Eric ___ python-committers mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-committers.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/CZ3D2BZVI367V67WTWJDQ2QFLF67I6SG/ Code of Conduct: https://www.python.org/psf/codeofconduct/
[python-committers] Re: Blurb question: error in Misc/NEWS.d/3.8.0b1.rst
On Jun 19, 2019, at 21:00, Eric V. Smith wrote: > I made a typo in a blurb file that's been incorporated into > Misc/NEWS.d/3.8.0b1.rst. I referenced an incorrect bpo number. How do I go > about fixing it? Can I just modify that .rst file, or is there some other > process I need to perform? The individual blurb files are consolidated into a single release file by release managers during a release's manufacturing steps. Once the release is out the door and the release's consolidated file appears in the repo (in this case, 3.8.0b1.rst), you can merge changes to it. Prior to the release cutoff, you can modify the individual file in Misc/NEWS.d/next. Don't forget to make similar changes as necessary to any backported PRs! -- Ned Deily [email protected] -- [] ___ python-committers mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-committers.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/XHMKZW4DAA4ZPBZOZVZYTLIMQNTTAACN/ Code of Conduct: https://www.python.org/psf/codeofconduct/
