summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2013-09-29 17:50:53 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2013-09-29 17:50:53 (GMT)
commit20b85557f2cc8f5f10d7d98314a3181c60553e12 (patch)
tree80ad5b16d5f0644f096a284d0b43fedb13630b21 /Misc
parentcf892ace48721cb301d6f8d56ad8779bc13cb9de (diff)
downloadcpython-20b85557f2cc8f5f10d7d98314a3181c60553e12.zip
cpython-20b85557f2cc8f5f10d7d98314a3181c60553e12.tar.gz
cpython-20b85557f2cc8f5f10d7d98314a3181c60553e12.tar.bz2
Issue #19095: SSLSocket.getpeercert() now raises ValueError when the SSL handshake hasn't been done.
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 6c17c04..48851db 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -15,6 +15,9 @@ Core and Builtins
Library
-------
+- Issue #19095: SSLSocket.getpeercert() now raises ValueError when the
+ SSL handshake hasn't been done.
+
- Issue #4366: Fix building extensions on all platforms when --enable-shared
is used.