Re: [Python-Dev] Interest in seeing sh.py in the stdlib

2012-10-21 Thread Georg Brandl
On 10/20/2012 11:27 PM, Benjamin Peterson wrote: > 2012/10/20 Andrew Moffat : >> Hi, >> >> I'm the author of sh.py, a subprocess module rewrite for Linux and OSX. It >> serves as a powerful and intuitive interface to launching subprocesses >> http://amoffat.github.com/sh/. It has been maintained

Re: [Python-Dev] Interest in seeing sh.py in the stdlib

2012-10-20 Thread Benjamin Peterson
2012/10/20 Andrew Moffat : > Hi, > > I'm the author of sh.py, a subprocess module rewrite for Linux and OSX. It > serves as a powerful and intuitive interface to launching subprocesses > http://amoffat.github.com/sh/. It has been maintained on github > https://github.com/amoffat/sh for about 10 m

[Python-Dev] Interest in seeing sh.py in the stdlib

2012-10-20 Thread Andrew Moffat
Hi, I'm the author of sh.py, a subprocess module rewrite for Linux and OSX. It serves as a powerful and intuitive interface to launching subprocesses http://amoffat.github.com/sh/. It has been maintained on github https://github.com/amoffat/sh for about 10 months and currently has about 25k inst