[Python-Dev] [RELEASE] Python 2.7.16 (original) (raw)

Benjamin Peterson benjamin at python.org
Wed Mar 6 00:40:33 EST 2019


On Tue, Mar 5, 2019, at 03:18, Miro HronĨok wrote:

On 04. 03. 19 4:30, Benjamin Peterson wrote: > Hello all, > I'm pleased to announce the immediate availability of Python 2.7.16 for download at https://www.python.org/downloads/release/python-2716/. > > The only change since the release candidate was a fix for the IDLE icon on macOS. See https://bugs.python.org/issue32129. Refer to the changelog for a full list of changes: https://raw.githubusercontent.com/python/cpython/v2.7.16/Misc/NEWS.d/2.7.16rc1.rst

https://www.python.org/downloads/release/python-2716/ links changelog to https://raw.githubusercontent.com/python/cpython/v2.7.16/Misc/NEWS.d/2.7.16.rst but that only has 1 change (I suppose against rc1). Is there a better link, or should I read those two combined? https://raw.githubusercontent.com/python/cpython/v2.7.16/Misc/NEWS.d/2.7.16rc1.rst https://raw.githubusercontent.com/python/cpython/v2.7.16/Misc/NEWS.d/2.7.16.rst

Correct, those the full delta between 2.7.15 and 2.7.16.



More information about the Python-Dev mailing list