From: Victor Stinner Date: Mon, 25 Aug 2014 23:02:28 +0000 (+0200) Subject: (Merge 3.4) Issue #22063: Fix asyncio documentation of socket and pipe X-Git-Tag: v3.5.0a1~1007 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e863739e61996f5bf48a14b2fe69a95d23fe45e0;p=python (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. --- e863739e61996f5bf48a14b2fe69a95d23fe45e0