STINNER Victor added the comment:

I reopen the issue because the documentation is not correct. Using the proactor 
event loop, the socket doesn't need to be non-blocking. Should we mention it?

Another issue: BaseEventLoop.connect_read_pipe() doc says that the pipe is set 
to non-blocking mode, whereas BaseEventLoop.connect_read_pipe() doc requires 
that the pipe is already in non-blocking mode. On UNIX, both methods set the 
pipe to non-blocking mode.

It may also help to mention directly in BaseEventLoop.connect_read_pipe() doc 
that it is not available on Windows when using the SelectorEventLoop.

----------
resolution: fixed -> 
status: closed -> open

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

Reply via email to