http://hg.python.org/peps/rev/9efc2c73d38f changeset: 5525:9efc2c73d38f user: Nick Coghlan <ncoghlan at gmail.com> date: Sat Aug 23 14:28:08 2014 +1000 summary: Update PEP 466 to reflect SSL merge files: pep-0466.txt | 12 +++++++++--- 1 files changed, 9 insertions(+), 3 deletions(-) diff --git a/pep-0466.txt b/pep-0466.txt --- a/pep-0466.txt +++ b/pep-0466.txt @@ -99,21 +99,27 @@ .. _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 ====================================== -- Repository URL: http://hg.python.org/peps