[Python-checkins] peps: urandom is done

benjamin.peterson python-checkins at python.org
Thu Aug 28 18:30:54 CEST 2014


http://hg.python.org/peps/rev/fa89917f1716
changeset:   5528:fa89917f1716
user:        Benjamin Peterson <benjamin at python.org>
date:        Thu Aug 28 12:30:50 2014 -0400
summary:
  urandom is done

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


diff --git a/pep-0466.txt b/pep-0466.txt
--- a/pep-0466.txt
+++ b/pep-0466.txt
@@ -110,15 +110,10 @@
 
 * `Issue #21308`_: backport specified ``ssl`` module features
 * `Issue #21307`_: backport remaining specified ``hashlib`` module features
+* `Issue #21305`_: backport ``os.urandom`` shared file descriptor change
 
 .. _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 #21305: http://bugs.python.org/issue21305
 
 Backwards compatibility considerations

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


More information about the Python-checkins mailing list