diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2015-01-18 17:39:32 +0100 |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2015-01-18 17:39:32 +0100 |
commit | 888fc37521356dff1c8d4d8430f107e85cf10c24 (patch) | |
tree | 24211c3c845cedcefa5f7da99deeaabb01d03004 /Misc/NEWS | |
parent | 50477cc103aa91bbee30c8aa5c3dd1714f9a11d8 (diff) | |
download | cpython-888fc37521356dff1c8d4d8430f107e85cf10c24.tar.gz |
Issue #23248: Update ssl error codes from latest OpenSSL git master.
Diffstat (limited to 'Misc/NEWS')
-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" |