]> granicus.if.org Git - python/commit
bpo-38242: Revert "bpo-36889: Merge asyncio streams (GH-13251)" (#16482) (#16485)
authorYury Selivanov <yury@edgedb.com>
Mon, 30 Sep 2019 05:30:17 +0000 (22:30 -0700)
committerGitHub <noreply@github.com>
Mon, 30 Sep 2019 05:30:17 +0000 (22:30 -0700)
commit1c19d656a79a00f58361ceb61c0a6d1faf90c686
tree3547b3ebcb63442c1621a09e3c347e1d034d657a
parent21f24ead90c22d0e2c2ebf14a64b37d99de54b33
bpo-38242: Revert "bpo-36889: Merge asyncio streams (GH-13251)" (#16482) (#16485)

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]