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 roysmith
Recipients ned.deily, roysmith
Date 2010-11-21.02:12:31
SpamBayes Score 0.0014228856
Marked as misclassified No
Message-id <1290305555.1.0.644740982387.issue10473@psf.upfronthosting.co.za>
In-reply-to
Content
Thank you for the detailed analysis.  That certainly explains what I observed.

Would it make sense for socket.makefile() to check to see if the socket is in blocking mode (assuming there is some reliable/portable way to perform this check), and raise some exception if it is not?
History
Date User Action Args
2010-11-21 02:12:35roysmithsetrecipients: + roysmith, ned.deily
2010-11-21 02:12:35roysmithsetmessageid: <1290305555.1.0.644740982387.issue10473@psf.upfronthosting.co.za>
2010-11-21 02:12:31roysmithlinkissue10473 messages
2010-11-21 02:12:31roysmithcreate