]> granicus.if.org Git - python/commit
Issue #12065: connect_ex() on an SSL socket now returns the original errno
authorAntoine Pitrou <solipsis@pitrou.net>
Wed, 18 May 2011 16:51:06 +0000 (18:51 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Wed, 18 May 2011 16:51:06 +0000 (18:51 +0200)
commitb4410dbea699eb59358d3d61f45749173167d69a
tree8cb1989e16c2045303068fe3489e47bdb2e35ece
parent3349bca46d66f993e97407ba756e3f515a863fad
Issue #12065: connect_ex() on an SSL socket now returns the original errno
when the socket's timeout expires (it used to return None).
Lib/ssl.py
Lib/test/test_ssl.py
Misc/NEWS