]> granicus.if.org Git - python/commit
The do_handshake() method of SSL objects now adjusts the blocking mode of
authorAntoine Pitrou <solipsis@pitrou.net>
Sat, 24 Apr 2010 19:57:01 +0000 (19:57 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 24 Apr 2010 19:57:01 +0000 (19:57 +0000)
commit4d3e372ff3f611aa76458a48f26ec4701315c128
tree17bc0c1472cf2d773be57c6581f3054b069b0d16
parent5fa9fb40621b3963beef9d58388bb0616e0d8de9
The do_handshake() method of SSL objects now adjusts the blocking mode of
the SSL structure if necessary (as other methods already do).
Misc/NEWS
Modules/_ssl.c