Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ce30237

Browse files
committed
whatsnew for pep 466 ssl backport
1 parent 2f1cd8a commit ce30237

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

Doc/whatsnew/2.7.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2565,6 +2565,17 @@ with the first of those changes appearing in the Python 2.7.7 release.
25652565
on python.org (contributed by Zachary Ware in :issue:`21671` for
25662566
CVE-2014-0224)
25672567

2568+
:pep:`466` related features added in Python 2.7.9:
2569+
2570+
* Most of Python 3.4's :mod:`ssl` module was backported. This means :mod:`ssl`
2571+
now supports Server Name Indication, TLS1.x settings, access to the platform
2572+
certificate store, the :class:`~ssl.SSLContext` class, and other
2573+
features. (Contributed by Alex Gaynor and David Reid in :issue:`21308`.)
2574+
2575+
* :func:`os.urandomn` was changed to cache a file descriptor to ``/dev/urandom``
2576+
instead of reopening ``/dev/urandom`` on every call. (Contributed by Alex
2577+
Gaynor in :issue:`21305`.)
2578+
25682579

25692580
.. ======================================================================
25702581

0 commit comments

Comments
 (0)