Re: [Python-Dev] [RELEASE] Python 3.7.2rc1 and 3.6.8rc1 now available for testing
It's not easy to find the changelog, so here you have the direct links: * 3.7: https://docs.python.org/3.7/whatsnew/changelog.html#changelog * 3.6: https://docs.python.org/3.6/whatsnew/changelog.html#changelog Victor Le mer. 12 déc. 2018 à 04:43, Ned Deily a écrit : > > https://blog.python.org/2018/12/python-372rc1-and-368rc1-now-available.html > > > Python 3.7.2rc1 and 3.6.8rc1 are now available. 3.7.2rc1 is the release > preview of the next maintenance release of Python 3.7, the latest > feature release of Python. 3.6.8rc1 is the release preview of the next > and last maintenance release of Python 3.6, the previous feature > release of Python. Assuming no critical problems are found prior to > 2018-12-20, 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.2 and 3.6.8. 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 these releases and more information here: > https://www.python.org/downloads/release/python-372rc1/ > https://www.python.org/downloads/release/python-368rc1/ > > > -- > Ned Deily > [email protected] -- [] > > ___ > Python-Dev mailing list > [email protected] > https://mail.python.org/mailman/listinfo/python-dev > Unsubscribe: > https://mail.python.org/mailman/options/python-dev/vstinner%40redhat.com -- Night gathers, and now my watch begins. It shall not end until my death. ___ Python-Dev mailing list [email protected] https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
Re: [Python-Dev] [RELEASE] Python 3.7.2rc1 and 3.6.8rc1 now available for testing
On Dec 12, 2018, at 11:46, Victor Stinner wrote: > It's not easy to find the changelog, so here you have the direct links: > > * 3.7: https://docs.python.org/3.7/whatsnew/changelog.html#changelog > * 3.6: https://docs.python.org/3.6/whatsnew/changelog.html#changelog ?? It's easy to find the changelog! There is a link to a release's changelog on the release page included in the announcement: >> You can find these releases and more information here: >>https://www.python.org/downloads/release/python-372rc1/ >>https://www.python.org/downloads/release/python-368rc1/ Click on the "Full Changelog" link just before the Files section. More information! Or you can always go to the top-level page of the documentation set for a branch or release, click on the "What's new in ... " link, then click on the "changelog" link near the top. -- Ned Deily [email protected] -- [] ___ Python-Dev mailing list [email protected] https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
Re: [Python-Dev] [RELEASE] Python 3.7.2rc1 and 3.6.8rc1 now available for testing
Le mer. 12 déc. 2018 à 18:09, Ned Deily a écrit : > ?? It's easy to find the changelog! There is a link to a release's changelog > on the release page included in the announcement: (...) Oh. It's at the end, right. I missed it :-) > Or you can always go to the top-level page of the documentation set for a > branch or release, click on the "What's new in ... " link, then click on the > "changelog" link near the top. Maybe we should add the link to https://docs.python.org/dev/whatsnew/ as well. Anyway, thanks for the releases :-) Victor -- Night gathers, and now my watch begins. It shall not end until my death. ___ Python-Dev mailing list [email protected] https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
