This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author guettli
Recipients Pablo.Bitton, abbot, astrand, belopolsky, brian.curtin, dmalcolm, filippo, gd2shoe, giampaolo.rodola, guettli, matthieu.labbe, orsenthil, pitrou, r.david.murray, ragnar, rnk, srid, tim.golden, vstinner
Date 2013-11-18.12:31:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
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().
History
Date User Action Args
2013-11-18 12:31:33guettlisetrecipients: + guettli, astrand, belopolsky, orsenthil, pitrou, ragnar, vstinner, giampaolo.rodola, tim.golden, abbot, gd2shoe, r.david.murray, brian.curtin, rnk, srid, matthieu.labbe, dmalcolm, filippo, Pablo.Bitton
2013-11-18 12:31:33guettlisetmessageid: <[email protected]>
2013-11-18 12:31:33guettlilinkissue5673 messages
2013-11-18 12:31:33guettlicreate