Message104131
Another consequence is that the following check in __init__:
timeout = self.gettimeout()
if timeout == 0.0:
# non-blocking
raise ValueError("do_handshake_on_connect should not be specified for non-blocking sockets")
could never get triggered since the timeout is reset to None by virtue of creating a new socket object. |
|
Date |
User |
Action |
Args |
2010-04-24 21:20:59 | pitrou | set | recipients:
+ pitrou, janssen, giampaolo.rodola |
2010-04-24 21:20:58 | pitrou | set | messageid: <1272144058.98.0.0609352881206.issue8524@psf.upfronthosting.co.za> |
2010-04-24 21:20:57 | pitrou | link | issue8524 messages |
2010-04-24 21:20:57 | pitrou | create | |
|