]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #21454: Fix asyncio.BaseEventLoop.connect_read_pipe doc
authorVictor Stinner <victor.stinner@gmail.com>
Wed, 28 May 2014 22:14:03 +0000 (00:14 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Wed, 28 May 2014 22:14:03 +0000 (00:14 +0200)
commita5b257af22976b9fdeb1907f8d0c50ef9b97facb
treed22202ffa7107e37b0347832b149eb9e95e5de34
parent28d0ae48e91bc08062b6c996b79fb148b8cf0303
Issue #21454: Fix asyncio.BaseEventLoop.connect_read_pipe doc

The function sets the the pipe to non-blocking mode.
Doc/library/asyncio-eventloop.rst
Lib/asyncio/events.py