Backport of the subprocess module from Python 3.2.3 for use on 2.x.
Project description
This is a backport of the subprocess standard library module from Python 3.2.3 for use on Python 2.4, 2.5, 2.6 & 2.7.
It includes bugfixes and new features. On POSIX systems it should be MUCH more reliable when used in threaded applications.