File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments