diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2014-01-09 18:52:12 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2014-01-09 18:52:12 (GMT) |
commit | 3b2afbbf88cb8ba93542641f06c474aab13e50e6 (patch) | |
tree | e54278bb123ab05a2443413e928be76e2c9137d0 /Misc/NEWS | |
parent | 27b029bd001caf66cfb8c732ccab2253f3b64a4e (diff) | |
download | cpython-3b2afbbf88cb8ba93542641f06c474aab13e50e6.zip cpython-3b2afbbf88cb8ba93542641f06c474aab13e50e6.tar.gz cpython-3b2afbbf88cb8ba93542641f06c474aab13e50e6.tar.bz2 |
Issue #20207: Always disable SSLv2 except when PROTOCOL_SSLv2 is explicitly asked for.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -35,6 +35,9 @@ Core and Builtins Library ------- +- Issue #20207: Always disable SSLv2 except when PROTOCOL_SSLv2 is explicitly + asked for. + - Issue #20072: Fixed multiple errors in tkinter with wantobjects is False. - Issue #1065986: pydoc can now handle unicode strings. |