summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2010-04-24 19:57:01 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2010-04-24 19:57:01 (GMT)
commit4d3e372ff3f611aa76458a48f26ec4701315c128 (patch)
tree17bc0c1472cf2d773be57c6581f3054b069b0d16 /Misc
parent5fa9fb40621b3963beef9d58388bb0616e0d8de9 (diff)
downloadcpython-4d3e372ff3f611aa76458a48f26ec4701315c128.zip
cpython-4d3e372ff3f611aa76458a48f26ec4701315c128.tar.gz
cpython-4d3e372ff3f611aa76458a48f26ec4701315c128.tar.bz2
The do_handshake() method of SSL objects now adjusts the blocking mode of
the SSL structure if necessary (as other methods already do).
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 e9b3caf..b9bdc97 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -25,6 +25,9 @@ Core and Builtins
Library
-------
+- The do_handshake() method of SSL objects now adjusts the blocking mode of
+ the SSL structure if necessary (as other methods already do).
+
- Issue #7507: Quote "!" in pipes.quote(); it is special to some shells.
- Issue #5238: Calling makefile() on an SSL object would prevent the