[Python-checkins] peps: record completion of hashlib backport

benjamin.peterson python-checkins at python.org
Thu Aug 28 15:58:21 CEST 2014


http://hg.python.org/peps/rev/179834ded8a4
changeset:   5527:179834ded8a4
user:        Benjamin Peterson <benjamin at python.org>
date:        Thu Aug 28 09:58:17 2014 -0400
summary:
  record completion of hashlib backport

files:
  pep-0466.txt |  4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/pep-0466.txt b/pep-0466.txt
--- a/pep-0466.txt
+++ b/pep-0466.txt
@@ -109,17 +109,17 @@
 Implemented for Python 2.7.9 (in development):
 
 * `Issue #21308`_: backport specified ``ssl`` module features
+* `Issue #21307`_: backport remaining specified ``hashlib`` module features
 
 .. _Issue #21308: http://bugs.python.org/issue21308
+.. _Issue #21307: http://bugs.python.org/issue21307
 
 
 Still in progress:
 
 * `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 #21307: http://bugs.python.org/issue21307
 
 Backwards compatibility considerations
 ======================================

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


More information about the Python-checkins mailing list