]> granicus.if.org Git - python/commit
bpo-38242: Revert "bpo-36889: Merge asyncio streams (GH-13251)" (#16482)
authorYury Selivanov <yury@edgedb.com>
Mon, 30 Sep 2019 04:59:55 +0000 (21:59 -0700)
committerGitHub <noreply@github.com>
Mon, 30 Sep 2019 04:59:55 +0000 (21:59 -0700)
commit6758e6e12a71ef5530146161881f88df1fa43382
treeda1f89f35e54ddcfffc3706b87bb13f54907f7ea
parent3667e1ee6c90e6d3b6a745cd590ece87118f81ad
bpo-38242: Revert "bpo-36889: Merge asyncio streams (GH-13251)" (#16482)

See https://bugs.python.org/issue38242 for more details
13 files changed:
Doc/library/asyncio-api-index.rst
Doc/library/asyncio-eventloop.rst
Doc/library/asyncio-protocol.rst
Doc/library/asyncio-stream.rst
Lib/asyncio/__init__.py
Lib/asyncio/streams.py
Lib/asyncio/subprocess.py
Lib/test/test_asyncio/test_buffered_proto.py
Lib/test/test_asyncio/test_pep492.py
Lib/test/test_asyncio/test_streams.py
Lib/test/test_asyncio/test_subprocess.py
Lib/test/test_asyncio/test_windows_events.py
Misc/NEWS.d/next/Library/2019-09-30-00-15-27.bpo-38242.uPIyAc.rst [new file with mode: 0644]