]> granicus.if.org Git - python/commit
(Merge 3.4) Issue #21454: Fix asyncio.BaseEventLoop.connect_read_pipe doc
authorVictor Stinner <victor.stinner@gmail.com>
Wed, 28 May 2014 22:19:09 +0000 (00:19 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Wed, 28 May 2014 22:19:09 +0000 (00:19 +0200)
commit7434ed7b6aadbe368f7f9470187741eda07d9fd7
tree699e2c6b3f8b40908e9af36a29070c45b65e7b97
parenta1a4ddf0a7d78ccd153724ed35da6776420cc6c8
parenta5b257af22976b9fdeb1907f8d0c50ef9b97facb
(Merge 3.4) Issue #21454: Fix asyncio.BaseEventLoop.connect_read_pipe doc

The function sets the the pipe to non-blocking mode.