Message107772
Note that list2cmdline does correct quoting (which includes the "s) if you are passing the string directly to a program. In that case cmd.exe's metacharacters aren't special. (As I noted in issue 8972, I believe that list2cmdline's current quoting of '|' characters is in error).
Perhaps a canonical list2cmdline actually belongs in shutil? |
|
| Date |
User |
Action |
Args |
| 2010-06-14 05:09:16 | r.david.murray | set | recipients:
+ r.david.murray, tarek, eric.araujo, mgiuca |
| 2010-06-14 05:09:16 | r.david.murray | set | messageid: <[email protected]> |
| 2010-06-14 05:09:14 | r.david.murray | link | issue8987 messages |
| 2010-06-14 05:09:13 | r.david.murray | create | |
|