]> granicus.if.org Git - python/commit
When calling getpeername() in SSLSocket.__init__, only silence exceptions
authorAntoine Pitrou <solipsis@pitrou.net>
Mon, 26 Apr 2010 17:23:33 +0000 (17:23 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Mon, 26 Apr 2010 17:23:33 +0000 (17:23 +0000)
commit278d665c6a407ca1c1b26009b5a51f341f64a027
tree2bcd5732dae5166049203207144bcc1cb095bcc8
parent3bfa8832076201bebd6348f1df0cb84645d0d462
When calling getpeername() in SSLSocket.__init__, only silence exceptions
caused by the "socket not connected" condition.
Lib/ssl.py