record completion of hashlib backport

This commit is contained in:
Benjamin Peterson 2014-08-28 09:58:17 -04:00
parent 09d36fba17
commit 178d452501
1 changed files with 2 additions and 2 deletions

View File

@ -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
====================================== ======================================