[issue3548] subprocess.pipe function
Anh Hai Trinh added the comment: I've written a package which can do this with arbitrary redirection in all subcommands (and some more). You can, for example, do this: >>> Pipe(Sh('echo -n foo >&2', {2: 1}), Sh('cat; echo ERROR >&2', {2:
[issue6280] calendar.timegm() belongs in time module, next to time.gmtime()
Changes by Anh Hai Trinh : -- nosy: +aht versions: +Python 2.6 ___ Python tracker <http://bugs.python.org/issue6280> ___ ___ Python-bugs-list mailing list Unsub