Python Forum

Full Version: what i am currently coding
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i am currently coding a function that is given a list of lists of strings that makes up a list of posix/unix/linux commands that make up a command pipe.  it is also passed two options, file descriptors which are the input to the first command and output from the last command. if descriptors are not given, then it makes pipes it needs and returns them (a 2-tuple).