Message104765
I am not sure, there can be a default timeout value for client libraries like httplib and urllib2.
Socket connection do have timeout and as you may have figured out already, the option in httplib and urllib methods is to set/override the socket._GLOBAL_DEFALT_TIMEOUT which is None by default (Wait indefinitely).
Since client libraries are using a global, setting it at once place (say at httplib) has same timeout applicable for other modules within the same process.
I see docs can highlight it more or perhaps link to sockets timeout information. |
|
Date |
User |
Action |
Args |
2010-05-02 03:23:06 | orsenthil | set | recipients:
+ orsenthil, docs@python, oddthinking |
2010-05-02 03:23:06 | orsenthil | set | messageid: <1272770586.31.0.262145112882.issue8595@psf.upfronthosting.co.za> |
2010-05-02 03:23:04 | orsenthil | link | issue8595 messages |
2010-05-02 03:23:04 | orsenthil | create | |
|