]> granicus.if.org Git - python/commit
bpo-36373: Deprecate explicit loop in task and subprocess API (GH-16033)
authorAndrew Svetlov <andrew.svetlov@gmail.com>
Thu, 12 Sep 2019 12:40:40 +0000 (15:40 +0300)
committerGitHub <noreply@github.com>
Thu, 12 Sep 2019 12:40:40 +0000 (15:40 +0300)
commita488879cbaf4b8b52699cadccf73bb4c271bcb29
treede6a1f6a029e3572ea749e6fe81bc461bf0c1732
parent3ab61473ba7f3dca32d779ec2766a4faa0657923
bpo-36373: Deprecate explicit loop in task and subprocess API (GH-16033)
Doc/library/asyncio-subprocess.rst
Doc/library/asyncio-task.rst
Lib/asyncio/subprocess.py
Lib/asyncio/tasks.py
Lib/test/test_asyncio/test_streams.py
Lib/test/test_asyncio/test_subprocess.py
Lib/test/test_asyncio/test_tasks.py