]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-36889: Merge asyncio streams (GH-13251)
authorAndrew Svetlov <andrew.svetlov@gmail.com>
Mon, 27 May 2019 19:56:22 +0000 (22:56 +0300)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 27 May 2019 19:56:22 +0000 (12:56 -0700)
commit23b4b697e5b6cc897696f9c0288c187d2d24bff2
tree2f70e14fe527878cd69ccbefca007a1e987943ed
parent6f6ff8a56518a80da406aad6ac8364c046cc7f18
bpo-36889: Merge asyncio streams (GH-13251)

https://bugs.python.org/issue36889
13 files changed:
Lib/asyncio/__init__.py
Lib/asyncio/streams.py
Lib/asyncio/subprocess.py
Lib/asyncio/windows_events.py
Lib/test/test___all__.py
Lib/test/test_asyncio/test_base_events.py
Lib/test/test_asyncio/test_buffered_proto.py
Lib/test/test_asyncio/test_pep492.py
Lib/test/test_asyncio/test_server.py
Lib/test/test_asyncio/test_sslproto.py
Lib/test/test_asyncio/test_streams.py
Lib/test/test_asyncio/test_windows_events.py
Misc/NEWS.d/next/Library/2019-05-14-12-25-44.bpo-36889.MChPqP.rst [new file with mode: 0644]