summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2014-01-09 19:09:03 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2014-01-09 19:09:03 (GMT)
commit78ace81c93568da30c789f85f8a8ebafb2ed89b2 (patch)
treea5c5ff8b7c238d29d7dbd92ddca8ef37bbb04077 /Misc/NEWS
parent5940b929095173be65c9faf04f4bdf429742c8c4 (diff)
parent2f7c31678a85f599af30b983ecb8321f225c3f15 (diff)
downloadcpython-78ace81c93568da30c789f85f8a8ebafb2ed89b2.zip
cpython-78ace81c93568da30c789f85f8a8ebafb2ed89b2.tar.gz
cpython-78ace81c93568da30c789f85f8a8ebafb2ed89b2.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 cb59a68..e58df2a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -25,6 +25,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.