record completion of hashlib backport
This commit is contained in:
parent
09d36fba17
commit
178d452501
|
@ -109,17 +109,17 @@ Implemented for Python 2.7.8:
|
||||||
Implemented for Python 2.7.9 (in development):
|
Implemented for Python 2.7.9 (in development):
|
||||||
|
|
||||||
* `Issue #21308`_: backport specified ``ssl`` module features
|
* `Issue #21308`_: backport specified ``ssl`` module features
|
||||||
|
* `Issue #21307`_: backport remaining specified ``hashlib`` module features
|
||||||
|
|
||||||
.. _Issue #21308: http://bugs.python.org/issue21308
|
.. _Issue #21308: http://bugs.python.org/issue21308
|
||||||
|
.. _Issue #21307: http://bugs.python.org/issue21307
|
||||||
|
|
||||||
|
|
||||||
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 remaining specified ``hashlib`` module features
|
|
||||||
|
|
||||||
.. _Issue #21305: http://bugs.python.org/issue21305
|
.. _Issue #21305: http://bugs.python.org/issue21305
|
||||||
.. _Issue #21307: http://bugs.python.org/issue21307
|
|
||||||
|
|
||||||
Backwards compatibility considerations
|
Backwards compatibility considerations
|
||||||
======================================
|
======================================
|
||||||
|
|
Loading…
Reference in New Issue