Comment on Show HN: Sultan – Pythonic interface to your shellparentComments−icebraining9yDoesn't seem that different from call()−asdfgadsfgasfdg9yIt 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.
Comments
Doesn't seem that different from call()
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.