summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2014-01-09 19:02:20 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2014-01-09 19:02:20 (GMT)
commitcd3d7cabef64267da43519a832a7429c1a8a15f9 (patch)
treead0670eb2de57b4fd18993de461b60dd7e2908ac /Misc
parent1064a13bb05db8f6e86a3fe780f969fa2919a1d1 (diff)
downloadcpython-cd3d7cabef64267da43519a832a7429c1a8a15f9.zip
cpython-cd3d7cabef64267da43519a832a7429c1a8a15f9.tar.gz
cpython-cd3d7cabef64267da43519a832a7429c1a8a15f9.tar.bz2
Issue #20207: Always disable SSLv2 except when PROTOCOL_SSLv2 is explicitly asked for.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 6bf5a30..1fcae77 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -43,6 +43,9 @@ Core and Builtins
Library
-------
+- Issue #20207: Always disable SSLv2 except when PROTOCOL_SSLv2 is explicitly
+ asked for.
+
- Issue #18960: The tokenize module now ignore the source encoding declaration
on the second line if the first line contains anything except a comment.