commit | 34fbacdc1151480ce5a216785963e3451ab94aca | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Mon Apr 26 17:28:35 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Mon Apr 26 17:28:35 2010 +0000 |
tree | 6342c678c14521d5926fe1e309d5b506158c83e2 | |
parent | efa7454dfcc33ee15deae94a5946100751ee3477 [diff] |
Merged revisions 80507 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r80507 | antoine.pitrou | 2010-04-26 19:23:33 +0200 (lun., 26 avril 2010) | 4 lines When calling getpeername() in SSLSocket.__init__, only silence exceptions caused by the "socket not connected" condition. ........