Message145662
For UNIX, it is said that if shell=False then you need to pass `args` as a list (if you want to pass any parameters to executable). Is that true for Windows (and perhaps other platforms) as well?
Again, for UNIX it is said that with shell=True, and args is a list - every item except the first one is an argument to the shell itself. Is it the same on Windows?
It would be better to just give advice in `shell` parameter description to "pass args as a list with shell=False or else you'll lose params in Unix. If shell=True you need to pass args as a string, because list is needed only if you need to pass arguments to shell itself." |
|
| Date |
User |
Action |
Args |
| 2011-10-17 11:21:33 | techtonik | set | recipients:
+ techtonik, docs@python |
| 2011-10-17 11:21:33 | techtonik | set | messageid: <[email protected]> |
| 2011-10-17 11:21:33 | techtonik | link | issue13195 messages |
| 2011-10-17 11:21:33 | techtonik | create | |
|