Update PEP 466 to reflect SSL merge
This commit is contained in:
parent
df28da700d
commit
e8bcf5c21a
12
pep-0466.txt
12
pep-0466.txt
|
@ -99,21 +99,27 @@ Implemented for Python 2.7.7:
|
|||
.. _Issue #21306: http://bugs.python.org/issue21306
|
||||
.. _Issue #21462: http://bugs.python.org/issue21462
|
||||
|
||||
Implemented for Python 2.7.8 (in development):
|
||||
Implemented for Python 2.7.8:
|
||||
|
||||
* `Issue #21304`_: backport ``hashlib.pbkdf2``
|
||||
|
||||
.. _Issue #21304: http://bugs.python.org/issue21304
|
||||
|
||||
|
||||
Implemented for Python 2.7.9 (in development):
|
||||
|
||||
* `Issue #21308`_: backport specified ``ssl`` module features
|
||||
|
||||
.. _Issue #21308: http://bugs.python.org/issue21308
|
||||
|
||||
|
||||
Still in progress:
|
||||
|
||||
* `Issue #21305`_: backport ``os.urandom`` shared file descriptor change
|
||||
* `Issue #21307`_: backport remaining specified ``hashlib`` module features
|
||||
* `Issue #21308`_: backport specified ``ssl`` module features
|
||||
|
||||
.. _Issue #21305: http://bugs.python.org/issue21305
|
||||
.. _Issue #21307: http://bugs.python.org/issue21307
|
||||
.. _Issue #21308: http://bugs.python.org/issue21308
|
||||
|
||||
Backwards compatibility considerations
|
||||
======================================
|
||||
|
|
Loading…
Reference in New Issue