Staging
v0.5.1
https://github.com/python/cpython
Raw File
Tip revision: 7a41638b5b183d0b9b27449d502d0a15001134ee authored by Benjamin Peterson on 04 April 2020, 16:54:14 UTC
Bump version to 2.7.18rc1.
Tip revision: 7a41638
2.7.rst
.. bpo: 0
.. date: 8096
.. nonce: HgSXMh
.. release date: 2010-07-03
.. section: Core and Builtins

Prevent assignment to set literals.

..

.. bpo: 1868
.. date: 8095
.. nonce: 8rTkvC
.. section: Library

Eliminate subtle timing issues in thread-local objects by getting rid of the
cached copy of thread-local attribute dictionary.

..

.. bpo: 9125
.. date: 8094
.. nonce: bm97Ws
.. section: Library

Add recognition of 'except ... as ...' syntax to parser module.

..

.. bpo: 7673
.. date: 8093
.. nonce: cDxsD2
.. section: Library

Fix security vulnerability (CVE-2010-2089) in the audioop module, ensure
that the input string length is a multiple of the frame size.

..

.. bpo: 9075
.. date: 8092
.. nonce: kvxac2
.. section: Library

In the ssl module, remove the setting of a ``debug`` flag on an OpenSSL
structure.
back to top