timed_command.py: consider for inclusion in std. library?

Aug. 28, 2009
5:40 p.m.
Here's a module "timed_command" I wrote a while ago and is generally useful and might be a good addition to the standard library. It is like commands.getstatusoutput but lets you run a command with an optional timeout. Useful for systems programming where a sub-process might hang. Only works on POSIX, but could perhaps be modified to run on other platforms (I don't have the knowledge of Windows to do this). If you would like to add this to the library, I relinquish all rights to it. Here's a link to the source repository: http://repo.mwt2.org/viewvc/Python/timed_command.py?view=markup
5680
Age (days ago)
5680
Last active (days ago)
1 comments
2 participants
participants (2)
-
Brett Cannon
-
Charles Waldman