anatoly techtonik <techto...@gmail.com> added the comment:

Thanks. That should be enough, although I wouldn't mind against more prominent 
notice to urge users to go and see Popen parameters. I would also add a second 
example to allow users see the difference. For instance, how to execute another 
Python script:

retcode = call("diff.py oldfile newfile", shell=True)
retcode = call([sys.executable], ["diff.py oldfile newfile"])

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue7939>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to