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 ned.deily
Recipients Justin.Cappos, bbangert, exarkun, giampaolo.rodola, loewis, ned.deily, nicdumz, pitrou, ronaldoussoren, roysmith
Date 2010-11-22.00:15:10
SpamBayes Score 0.00015683348
Marked as misclassified No
Message-id <1290384915.08.0.0768166392917.issue7995@psf.upfronthosting.co.za>
In-reply-to
Content
The notes in the documentation under socket.gettimeout() do go into more detail than elsewhere.  But at least one thing there is at best misleading: "Sockets are always created in blocking mode" is, as we've seen, not correct for BSD-ish systems for sockets returned by accept().  So, at a minimum, this section and the documentation for socket.accept() should be expanded, along with any other changes.

http://docs.python.org/py3k/library/socket.html#socket.socket.gettimeout
http://docs.python.org/py3k/library/socket.html#socket.socket.accept
History
Date User Action Args
2010-11-22 00:15:15ned.deilysetrecipients: + ned.deily, loewis, ronaldoussoren, exarkun, roysmith, pitrou, giampaolo.rodola, nicdumz, bbangert, Justin.Cappos
2010-11-22 00:15:15ned.deilysetmessageid: <1290384915.08.0.0768166392917.issue7995@psf.upfronthosting.co.za>
2010-11-22 00:15:10ned.deilylinkissue7995 messages
2010-11-22 00:15:10ned.deilycreate