diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2015-01-18 16:39:32 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2015-01-18 16:39:32 (GMT) |
commit | 173ad83b074b3bf0c9e86eb8bd101c2841f74297 (patch) | |
tree | e6945fa1fe2d5e1f917abcbd1fcf224631e75fe0 /Misc | |
parent | d3faf43f9ba7da0ae504c9186b10d0fa3a8eb300 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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" |