guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 06/11] gnu: Add python-sh.


From: Danny Milosavljevic
Subject: Re: [PATCH 06/11] gnu: Add python-sh.
Date: Sat, 27 Aug 2016 10:42:28 +0200

On Mon, 22 Aug 2016 15:20:13 +0200
David Craven <address@hidden> 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]