Message99435
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"]) |
|
| Date |
User |
Action |
Args |
| 2010-02-16 20:19:13 | techtonik | set | recipients:
+ techtonik, georg.brandl, r.david.murray, brian.curtin |
| 2010-02-16 20:19:13 | techtonik | set | messageid: <[email protected]> |
| 2010-02-16 20:19:12 | techtonik | link | issue7939 messages |
| 2010-02-16 20:19:11 | techtonik | create | |
|