]> granicus.if.org Git - python/commit
asyncio.subprocess: Replace Process.get_subprocess() method with a
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 3 Feb 2014 22:08:14 +0000 (23:08 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 3 Feb 2014 22:08:14 +0000 (23:08 +0100)
commitb79eb0502c5a01d4ebf793d689f6cc5fa35a1ed5
tree4e8aaa069699ce2854c48a4682418e499faa524f
parentcb306d1b592d03f56630a3551b89b97ab34492e9
asyncio.subprocess: Replace Process.get_subprocess() method with a
Process.subprocess read-only property
Doc/library/asyncio-subprocess.rst
Lib/asyncio/subprocess.py
Lib/test/test_asyncio/test_subprocess.py