]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42392: Remove loop parameter from asyncio.streams (GH-23517)
authorYurii Karabas <1998uriyyo@gmail.com>
Thu, 26 Nov 2020 07:36:37 +0000 (09:36 +0200)
committerGitHub <noreply@github.com>
Thu, 26 Nov 2020 07:36:37 +0000 (09:36 +0200)
commitf533cb80cbbb7acdf9ce1978cfba095ce5eeedaa
treee088f2a33fdba27f04b40d5380b1884a526bbe78
parent87f7ab5359bc12eeb858272b7bd58e132cb9c176
bpo-42392: Remove loop parameter from asyncio.streams (GH-23517)
Lib/asyncio/streams.py
Lib/test/test_asyncio/test_base_events.py
Lib/test/test_asyncio/test_server.py
Lib/test/test_asyncio/test_sslproto.py
Lib/test/test_asyncio/test_streams.py
Misc/NEWS.d/next/Library/2020-11-25-22-44-59.bpo-42392.T_DAEl.rst [new file with mode: 0644]