PEP 466: note OpenSSL upgrade completion
This commit is contained in:
parent
d513f5633b
commit
1501e123cb
|
@ -94,20 +94,20 @@ targeting Python 2.7.
|
||||||
Implemented for Python 2.7.7:
|
Implemented for Python 2.7.7:
|
||||||
|
|
||||||
* `Issue #21306`_: backport ``hmac.compare_digest``
|
* `Issue #21306`_: backport ``hmac.compare_digest``
|
||||||
|
* `Issue #21462`_: upgrade OpenSSL in the Python 2.7 Windows installers
|
||||||
|
|
||||||
.. _Issue #21306: https://bugs.python.org/issue21306
|
.. _Issue #21306: https://bugs.python.org/issue21306
|
||||||
|
.. _Issue #21462: https://bugs.python.org/issue21462
|
||||||
|
|
||||||
Still in progress:
|
Still in progress:
|
||||||
|
|
||||||
* `Issue #21305`_: backport ``os.urandom`` shared file descriptor change
|
* `Issue #21305`_: backport ``os.urandom`` shared file descriptor change
|
||||||
* `Issue #21307`_: backport specified ``hashlib`` module features
|
* `Issue #21307`_: backport specified ``hashlib`` module features
|
||||||
* `Issue #21308`_: backport specified ``ssl`` module features
|
* `Issue #21308`_: backport specified ``ssl`` module features
|
||||||
* `Issue #21462`_: upgrade OpenSSL in the Python 2.7 Windows installers
|
|
||||||
|
|
||||||
.. _Issue #21305: https://bugs.python.org/issue21305
|
.. _Issue #21305: https://bugs.python.org/issue21305
|
||||||
.. _Issue #21307: https://bugs.python.org/issue21307
|
.. _Issue #21307: https://bugs.python.org/issue21307
|
||||||
.. _Issue #21308: https://bugs.python.org/issue21308
|
.. _Issue #21308: https://bugs.python.org/issue21308
|
||||||
.. _Issue #21462: https://bugs.python.org/issue21462
|
|
||||||
|
|
||||||
Backwards compatibility considerations
|
Backwards compatibility considerations
|
||||||
======================================
|
======================================
|
||||||
|
|
Loading…
Reference in New Issue