Line 0
Link Here
|
|
|
1 |
This is a backport of the subprocess standard library module |
2 |
from Python 3.2 & 3.3 for use on Python 2. It includes bugfixes |
3 |
and some new features. On POSIX systems it is guaranteed to |
4 |
be reliable when used in threaded applications. It includes |
5 |
timeout support from Python 3.3 but otherwise matches 3.2's API. |
6 |
It has not been tested on Windows. |
7 |
|
8 |
WWW: https://github.com/google/python-subprocess32 |