]> granicus.if.org Git - python/commit
bpo-34687: Update asyncio doc for ProactorEventLoop (GH-9623)
authorVictor Stinner <vstinner@redhat.com>
Fri, 28 Sep 2018 15:40:08 +0000 (08:40 -0700)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 28 Sep 2018 15:40:08 +0000 (08:40 -0700)
commit37aae9dcf18753b8ffda99d1a5758a90af852464
tree3c23cfb5c96156818898f5e021bd6debca5352f0
parent077061a7b24917aaf31057885c69919c5a553c88
bpo-34687: Update asyncio doc for ProactorEventLoop (GH-9623)

Since ProactorEventLoop is now the default in 3.8, remove examples
using it explicitly on Windows.

https://bugs.python.org/issue34687
Doc/library/asyncio-eventloop.rst
Doc/library/asyncio-protocol.rst
Doc/library/asyncio-subprocess.rst