Victor Stinner
|
0c3949c963
|
asyncio: Remove Process.subprocess attribute; it's too easy to get inconsistent
Process and Popen objects
|
2014-02-09 02:51:40 +01:00 |
Brian Curtin
|
a1afeec9aa
|
Spelling corrections. Submitted to python-dev by python@mrabarnett.plus.com
|
2014-02-08 18:36:14 -06:00 |
Victor Stinner
|
e48d4db000
|
asyncio doc: add an example of asyncio.subprocess with communicate() and wait()
|
2014-02-03 23:26:28 +01:00 |
Victor Stinner
|
b79eb0502c
|
asyncio.subprocess: Replace Process.get_subprocess() method with a
Process.subprocess read-only property
|
2014-02-03 23:08:14 +01:00 |
Benjamin Peterson
|
233eac42d4
|
remove extra backtick
|
2014-02-03 14:08:00 -05:00 |
Victor Stinner
|
084443809f
|
asyncio: document the new asyncio.subprocess module
|
2014-02-02 22:43:39 +01:00 |