summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2015-01-18 16:40:17 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2015-01-18 16:40:17 (GMT)
commit3b225d8bfb748a02d4bada14d4498e9b6aa4e162 (patch)
tree5299d2fda426e0aa04047c783226087d42e209fd /Misc
parente6f250ed90d0efed83f9e3beef97e5f9e6398d00 (diff)
parent173ad83b074b3bf0c9e86eb8bd101c2841f74297 (diff)
downloadcpython-3b225d8bfb748a02d4bada14d4498e9b6aa4e162.zip
cpython-3b225d8bfb748a02d4bada14d4498e9b6aa4e162.tar.gz
cpython-3b225d8bfb748a02d4bada14d4498e9b6aa4e162.tar.bz2
Issue #23248: Update ssl error codes from latest OpenSSL git master.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c3b84eb..245cfaf 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -203,6 +203,8 @@ Core and Builtins
Library
-------
+- Issue #23248: Update ssl error codes from latest OpenSSL git master.
+
- Issue #23266: Much faster implementation of ipaddress.collapse_addresses()
when there are many non-consecutive addresses.