From e8bcf5c21ad41007800397ba250589cd66a2c5b7 Mon Sep 17 00:00:00 2001 From: Nick Coghlan Date: Sat, 23 Aug 2014 14:28:08 +1000 Subject: [PATCH] Update PEP 466 to reflect SSL merge --- pep-0466.txt | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/pep-0466.txt b/pep-0466.txt index 316c0b0e3..6062f0a21 100644 --- a/pep-0466.txt +++ b/pep-0466.txt @@ -99,21 +99,27 @@ Implemented for Python 2.7.7: .. _Issue #21306: http://bugs.python.org/issue21306 .. _Issue #21462: http://bugs.python.org/issue21462 -Implemented for Python 2.7.8 (in development): +Implemented for Python 2.7.8: * `Issue #21304`_: backport ``hashlib.pbkdf2`` .. _Issue #21304: http://bugs.python.org/issue21304 + +Implemented for Python 2.7.9 (in development): + +* `Issue #21308`_: backport specified ``ssl`` module features + +.. _Issue #21308: http://bugs.python.org/issue21308 + + Still in progress: * `Issue #21305`_: backport ``os.urandom`` shared file descriptor change * `Issue #21307`_: backport remaining specified ``hashlib`` module features -* `Issue #21308`_: backport specified ``ssl`` module features .. _Issue #21305: http://bugs.python.org/issue21305 .. _Issue #21307: http://bugs.python.org/issue21307 -.. _Issue #21308: http://bugs.python.org/issue21308 Backwards compatibility considerations ======================================