diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2014-10-14 00:52:07 +0200 |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2014-10-14 00:52:07 +0200 |
commit | 98aaf5861410e3b346a0f3417d04490fdac867c7 (patch) | |
tree | 1e0a8911937e80d19a3ad2966609ad921650bd06 /Lib/enum.py | |
parent | e6ef39e6be220a8a6f22101c9dc199d27cced8dc (diff) | |
download | cpython-98aaf5861410e3b346a0f3417d04490fdac867c7.tar.gz |
asyncio doc: rewrite subprocess doc
* add a new example using transport and protocol
* rewrite the example using streams to make it much simpler (remove error
handling, use a simpler Python code)
* copy (and adapt) more documentation from the subprocess module:
- add a note about Process.wait() deadlock
- add a note about shell injection
- etc.
* sort Process methods and attributes in the same order than subprocess.Popen
methods and attributes, so the documentation looks closer
* list differences between Process and subprocess.Popen APIs
Diffstat (limited to 'Lib/enum.py')
0 files changed, 0 insertions, 0 deletions