This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients asandvig, docs@python, eric.smith, oddthinking, orsenthil, pitrou
Date 2010-08-19.13:14:05
SpamBayes Score 3.4760126e-07
Marked as misclassified No
Message-id <1282223646.81.0.44750727409.issue8595@psf.upfronthosting.co.za>
In-reply-to
Content
> That way, if _HTTP_DEFAULT_TIMEOUT is never set, it will use the the
> socket timeout. Admittedly I'd rather see all uses of module globals go 
> away, but I think this would be a good compromise.

Why not provide {httplib,urllib}.{set,get}defaulttimeout() instead?
History
Date User Action Args
2010-08-19 13:14:07pitrousetrecipients: + pitrou, orsenthil, eric.smith, docs@python, oddthinking, asandvig
2010-08-19 13:14:06pitrousetmessageid: <1282223646.81.0.44750727409.issue8595@psf.upfronthosting.co.za>
2010-08-19 13:14:05pitroulinkissue8595 messages
2010-08-19 13:14:05pitroucreate