[issue5673] Add timeout option to subprocess.Popen

Thomas Guettler report at bugs.python.org
Mon Nov 18 13:31:33 CET 2013


Thomas Guettler added the comment:

For Python 2.x there is a backport of the subprocess module of 3.x: https://pypi.python.org/pypi/subprocess32.

It has the timeout argument for call() and pipe.wait().

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5673>
_______________________________________


More information about the Python-bugs-list mailing list