]> granicus.if.org Git - python/commit
asyncio: Remove Process.subprocess attribute; it's too easy to get inconsistent
authorVictor Stinner <victor.stinner@gmail.com>
Sun, 9 Feb 2014 01:51:40 +0000 (02:51 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Sun, 9 Feb 2014 01:51:40 +0000 (02:51 +0100)
commit0c3949c963c9f39095f85c5ec24d0f958e915ae9
treea16ce129bb19d0494e3941f2bb02c6deaab7ec50
parent313f829ce8f7160ea25bfd6f14ea0ac37264e0ae
asyncio: Remove Process.subprocess attribute; it's too easy to get inconsistent
Process and Popen objects
Doc/library/asyncio-subprocess.rst
Lib/asyncio/subprocess.py
Lib/test/test_asyncio/test_subprocess.py