This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients gvanrossum, python-dev, vstinner, yselivanov
Date 2014-07-31.00:58:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1406768311.32.0.355307040123.issue22063@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2014-07-31 00:58:31vstinnersetrecipients: + vstinner, gvanrossum, python-dev, yselivanov
2014-07-31 00:58:31vstinnersetmessageid: <1406768311.32.0.355307040123.issue22063@psf.upfronthosting.co.za>
2014-07-31 00:58:31vstinnerlinkissue22063 messages
2014-07-31 00:58:30vstinnercreate