]> granicus.if.org Git - python/commitdiff
(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)
operations regarding to non-blocking mode. The non-blocking mode does not
matter when using a ProactorEventLoop, only for SelectorEventLoop.


Trivial merge