]> granicus.if.org Git - python/commitdiff
Close #22300 by tweaking 2.7.9 What's New announcements
authorNick Coghlan <ncoghlan@gmail.com>
Fri, 14 Nov 2014 10:05:04 +0000 (20:05 +1000)
committerNick Coghlan <ncoghlan@gmail.com>
Fri, 14 Nov 2014 10:05:04 +0000 (20:05 +1000)
Doc/whatsnew/2.7.rst

index 3fde2d855c16df8e5e2cda86948e825ad328db0b..4c86f3e76c07278c699849a9cb86b50c7dbd1bb5 100644 (file)
@@ -2570,10 +2570,18 @@ with the first of those changes appearing in the Python 2.7.7 release.
   certificate store, the :class:`~ssl.SSLContext` class, and other
   features. (Contributed by Alex Gaynor and David Reid; :issue:`21308`.)
 
+  Refer to the "Version added: 2.7.9" notes in the module documentation for
+  specific details.
+
 * :func:`os.urandom` was changed to cache a file descriptor to ``/dev/urandom``
   instead of reopening ``/dev/urandom`` on every call. (Contributed by Alex
   Gaynor; :issue:`21305`.)
 
+* :data:`hashlib.algorithms_guaranteed` and
+  :data:`hashlib.algorithms_available` were backported from Python 3 to make
+  it easier for Python 2 applications to select the strongest available hash
+  algorithm. (Contributed by Alex Gaynor in :issue:`21307`)
+
 
 PEP 477: Backport ensurepip (PEP 453) to Python 2.7
 ---------------------------------------------------