Hacker News new | ask | show | jobs
by icebraining 3289 days ago
Doesn't seem that different from call()
1 comments

It looks like it allows stdin, stdout, stderr and return code to be handled properly which call() doesn't. It's still syntactic sugar over Popen() and communicate() but will cut down boilerplate for calling external processes.