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 orsenthil
Recipients docs@python, orsenthil
Date 2011-08-07.08:33:00
SpamBayes Score 0.06430875
Marked as misclassified No
Message-id <1312705981.24.0.601234287082.issue12706@psf.upfronthosting.co.za>
In-reply-to
Content
- ftplib and poplib, has them as timeout=None, while they default                                                                               
 to socket._GLOBAL_DEFAULT_TIMEOUT object.                                                                                                           
                                                                                                                                                      
This is wrong; someone may pass None thinking it will trigger the                                                                                     
default behaviour, and have nasty surprises.
History
Date User Action Args
2011-08-07 08:33:01orsenthilsetrecipients: + orsenthil, docs@python
2011-08-07 08:33:01orsenthilsetmessageid: <1312705981.24.0.601234287082.issue12706@psf.upfronthosting.co.za>
2011-08-07 08:33:00orsenthillinkissue12706 messages
2011-08-07 08:33:00orsenthilcreate