[Python-checkins] peps: PEP 466: note hashlib.pbkdf2_hmac backport

nick.coghlan python-checkins at python.org
Sat Jun 7 17:22:50 CEST 2014


http://hg.python.org/peps/rev/616540dbecb2
changeset:   5489:616540dbecb2
user:        Nick Coghlan <ncoghlan at gmail.com>
date:        Sun Jun 08 01:22:39 2014 +1000
summary:
  PEP 466: note hashlib.pbkdf2_hmac backport

files:
  pep-0466.txt |  18 ++++++++++++------
  1 files changed, 12 insertions(+), 6 deletions(-)


diff --git a/pep-0466.txt b/pep-0466.txt
--- a/pep-0466.txt
+++ b/pep-0466.txt
@@ -96,18 +96,24 @@
 * `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 #21462: https://bugs.python.org/issue21462
+.. _Issue #21306: http://bugs.python.org/issue21306
+.. _Issue #21462: http://bugs.python.org/issue21462
+
+Implemented for Python 2.7.8 (in development):
+
+* `Issue #21304`_: backport ``hashlib.pbkdf2``
+
+.. _Issue #21304: http://bugs.python.org/issue21304
 
 Still in progress:
 
 * `Issue #21305`_: backport ``os.urandom`` shared file descriptor change
-* `Issue #21307`_: backport specified ``hashlib`` module features
+* `Issue #21307`_: backport remaining specified ``hashlib`` module features
 * `Issue #21308`_: backport specified ``ssl`` module features
 
-.. _Issue #21305: https://bugs.python.org/issue21305
-.. _Issue #21307: https://bugs.python.org/issue21307
-.. _Issue #21308: https://bugs.python.org/issue21308
+.. _Issue #21305: http://bugs.python.org/issue21305
+.. _Issue #21307: http://bugs.python.org/issue21307
+.. _Issue #21308: http://bugs.python.org/issue21308
 
 Backwards compatibility considerations
 ======================================

-- 
Repository URL: http://hg.python.org/peps


More information about the Python-checkins mailing list