Message118225
> The important point is that we have to use the same encoding to decode
> and encode command line arguments.
I don't think I agree with this. It's only important when you run a Python interpreter using subprocess, but the point of using subprocess is to run something *else* than Python. This something else generally expects filenames in their correct bytes representation, not in a mojibaked version hand-tuned for Python. |
|
| Date |
User |
Action |
Args |
| 2010-10-08 20:30:37 | pitrou | set | recipients:
+ pitrou, lemburg, loewis, ixokai, ronaldoussoren, vstinner, pjenvey |
| 2010-10-08 20:30:37 | pitrou | set | messageid: <[email protected]> |
| 2010-10-08 20:30:35 | pitrou | link | issue9992 messages |
| 2010-10-08 20:30:35 | pitrou | create | |
|