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 beazley, gregory.p.smith, loewis, ned.deily, pitrou, rosslagerwall, roysmith
Date 2010-12-31.10:47:38
SpamBayes Score 0.0023929768
Marked as misclassified No
Message-id <1293792462.45.0.669939205018.issue7322@psf.upfronthosting.co.za>
In-reply-to
Content
While this patch looks conformant to the documentation, it is very likely to break code in the wild. Even in the stdlib, there are uses of makefile() + socket timeouts (e.g. in http.client and urllib). It would be better to find a way to make readline() functional even with socket timeouts.
History
Date User Action Args
2010-12-31 10:47:42pitrousetrecipients: + pitrou, loewis, beazley, gregory.p.smith, roysmith, ned.deily, rosslagerwall
2010-12-31 10:47:42pitrousetmessageid: <1293792462.45.0.669939205018.issue7322@psf.upfronthosting.co.za>
2010-12-31 10:47:38pitroulinkissue7322 messages
2010-12-31 10:47:38pitroucreate