Giampaolo Rodola' added the comment:

Generally speaking I think it's fine to have this behavior only if the socket 
object is instantiated like this:

>>> s = socket.socket(type=socket.SOCK_STREAM | socket.SOCK_NONBLOCK)
>>> s.type
2049

...but when it comes to using setblocking() I would not expect that to happen 
(it's not cross platform).
Sounds reasonable?

----------
nosy: +BreamoreBoy, exarkun, lekma, nvetoshkin, r.david.murray

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

Reply via email to