]> granicus.if.org Git - python/commit
(Merge 3.4) Issue #22063: Fix asyncio documentation of socket and pipe
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 25 Aug 2014 23:02:28 +0000 (01:02 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 25 Aug 2014 23:02:28 +0000 (01:02 +0200)
commite863739e61996f5bf48a14b2fe69a95d23fe45e0
tree26dc5c908419c63e9f555ce87dc27f2c3c8aae00
parent54c69c2fe3a6d9489407e751ea61c6c2dee1e9e5
parentd84fd73de2823afd8da5c3e5937d51f7ecad8a34
(Merge 3.4) Issue #22063: Fix asyncio documentation of socket and pipe
operations regarding to non-blocking mode. The non-blocking mode does not
matter when using a ProactorEventLoop, only for SelectorEventLoop.