summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2015-01-18 16:39:32 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2015-01-18 16:39:32 (GMT)
commit173ad83b074b3bf0c9e86eb8bd101c2841f74297 (patch)
treee6945fa1fe2d5e1f917abcbd1fcf224631e75fe0 /Misc
parentd3faf43f9ba7da0ae504c9186b10d0fa3a8eb300 (diff)
downloadcpython-173ad83b074b3bf0c9e86eb8bd101c2841f74297.zip
cpython-173ad83b074b3bf0c9e86eb8bd101c2841f74297.tar.gz
cpython-173ad83b074b3bf0c9e86eb8bd101c2841f74297.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 c866803..9b68d3d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -44,6 +44,8 @@ Core and Builtins
Library
-------
+- Issue #23248: Update ssl error codes from latest OpenSSL git master.
+
- Issue #23098: 64-bit dev_t is now supported in the os module.
- Issue #23250: In the http.cookies module, capitalize "HttpOnly" and "Secure"