Ned Deily <n...@acm.org> added the comment:

This would seem to be an invalid test case.  It is specifically documented that 
socket.makefile does not support this: "The socket must be in blocking mode (it 
can not have a timeout)".

http://docs.python.org/py3k/library/socket.html#socket.socket.makefile

I suppose socket.makefile could initially check the socket and throw an 
exception if the socket is non_blocking but the program could later change the 
socket to non_blocking and the same issue would presumably arise.  

Recommend closing as invalid.

----------
nosy: +ned.deily

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue7322>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to