]> granicus.if.org Git - python/commit
bpo-36373: Deprecate explicit loop in task and subprocess API (GH-16033)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 12 Sep 2019 12:59:50 +0000 (05:59 -0700)
committerGitHub <noreply@github.com>
Thu, 12 Sep 2019 12:59:50 +0000 (05:59 -0700)
commit345bfc990f5f3e873774051d43136b06bfed82cb
tree331c7d0dba577f1c5dca1327b142b80b1be56f8a
parent535863e3f599a6ad829204d83f144c91e44de443
bpo-36373: Deprecate explicit loop in task and subprocess API (GH-16033)

(cherry picked from commit a488879cbaf4b8b52699cadccf73bb4c271bcb29)

Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com>
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