]> granicus.if.org Git - python/commit
Issue #13721: SSLSocket.getpeercert() and SSLSocket.do_handshake() now raise an OSErr...
authorAntoine Pitrou <solipsis@pitrou.net>
Wed, 1 May 2013 18:52:07 +0000 (20:52 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Wed, 1 May 2013 18:52:07 +0000 (20:52 +0200)
commit242db728e2fcbf9004143517d240301334b02545
tree9e26f188d67f7ecec49cbf495753d6bcbdb74d80
parentf6ca26fbffb689190da9dbe66df09c7d7e118616
Issue #13721: SSLSocket.getpeercert() and SSLSocket.do_handshake() now raise an OSError with ENOTCONN, instead of an AttributeError, when the SSLSocket is not connected.
Lib/ssl.py
Lib/test/test_ssl.py
Misc/NEWS