Message1738

Author amak
Recipients
Date 2007-07-18.23:09:11
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
This is a feature that is required to provide symmetry with the setblocking method. Also, it is required on jython, since sockets must be non-blocking before being passed to select, and thus may need to be examined.

A bug has been reported for this on cpython.

http://mail.python.org/pipermail/python-bugs-list/2005-August/029988.html

A patch was submitted and later committed.

History
Date User Action Args
2008-02-20 17:17:54adminlinkissue1756506 messages
2008-02-20 17:17:54admincreate