On Mon, 22 Aug 2016 15:20:13 +0200 David Craven <da...@craven.ch> wrote:
> + (description "Python subprocess interface.") I'd mention that it provides a function per program and that you invoke programs by calling a function called like the program in the sh module. Essentially it hides the fact that it's an invocation of a process rather than a call of a function. That's what it's for - otherwise you could have just used the Python built-in subprocess module.