From c24c9175758513ae7278d8a70c967e0af228ff58 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Thu, 28 Aug 2014 12:30:50 -0400 Subject: [PATCH] urandom is done --- pep-0466.txt | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/pep-0466.txt b/pep-0466.txt index 28c13d987..315cd2543 100644 --- a/pep-0466.txt +++ b/pep-0466.txt @@ -110,15 +110,10 @@ Implemented for Python 2.7.9 (in development): * `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