Issue1756506

classification
Title: Sockets have no getblocking method.
Type: Severity: normal
Components: Library Versions:
Milestone:
process
Status: closed Resolution:
Dependencies: Superseder:
Assigned To: amak Nosy List: amak
Priority: normal Keywords:

Created on 2007-07-18.23:09:11 by amak, last changed 2007-07-19.18:28:40 by amak.

Messages
msg1738 (view) Author: Alan Kennedy (amak) Date: 2007-07-18.23:09:11
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.

msg1739 (view) Author: Alan Kennedy (amak) Date: 2007-07-19.18:28:40
Fix checked in at revision 3332.
History
Date User Action Args
2007-07-18 23:09:11amakcreate