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 amaury.forgeotdarc, beazley, dabeaz, gregory.p.smith, loewis, ned.deily, pitrou, rosslagerwall, roysmith
Date 2011-01-13.14:27:50
SpamBayes Score 0.00048052648
Marked as misclassified No
Message-id <1294928881.83.0.503027903196.issue7322@psf.upfronthosting.co.za>
In-reply-to
Content
By the way, I recently fixed the makefile() documentation:

“The socket must be in blocking mode; it can have a timeout, but the file object’s internal buffer may end up in a inconsistent state if a timeout occurs.”
(in http://docs.python.org/dev/library/socket.html#socket.socket.makefile)

I also added a small section dedicated to socket timeouts:
http://docs.python.org/dev/library/socket.html#notes-on-socket-timeouts
History
Date User Action Args
2011-01-13 14:28:01pitrousetrecipients: + pitrou, loewis, beazley, gregory.p.smith, amaury.forgeotdarc, roysmith, ned.deily, dabeaz, rosslagerwall
2011-01-13 14:28:01pitrousetmessageid: <1294928881.83.0.503027903196.issue7322@psf.upfronthosting.co.za>
2011-01-13 14:27:50pitroulinkissue7322 messages
2011-01-13 14:27:50pitroucreate