Hacker News new | ask | show | jobs
by asdfgadsfgasfdg 3289 days ago
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.