]> 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:52:20 +0000 (18:52 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Wed, 18 May 2011 16:52:20 +0000 (18:52 +0200)
commit7a616f2fc5391f5899825a5e8fdc0d96ea6c7725
tree0f0d55d5f6273efbb0562d08c363b76e0325a3ab
parentcc9ca223d62fdcf09f22d3cc8eb924cadba6d693
parentb4410dbea699eb59358d3d61f45749173167d69a
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