summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2014-01-09 18:52:12 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2014-01-09 18:52:12 (GMT)
commit3b2afbbf88cb8ba93542641f06c474aab13e50e6 (patch)
treee54278bb123ab05a2443413e928be76e2c9137d0 /Misc/NEWS
parent27b029bd001caf66cfb8c732ccab2253f3b64a4e (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 91278d9..3d07704 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.