This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients ixokai, lemburg, loewis, pitrou, pjenvey, ronaldoussoren, vstinner
Date 2010-10-08.20:30:35
SpamBayes Score 3.7943335e-06
Marked as misclassified No
Message-id <1286569837.73.0.553212623573.issue9992@psf.upfronthosting.co.za>
In-reply-to
Content
> 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.
History
Date User Action Args
2010-10-08 20:30:37pitrousetrecipients: + pitrou, lemburg, loewis, ixokai, ronaldoussoren, vstinner, pjenvey
2010-10-08 20:30:37pitrousetmessageid: <1286569837.73.0.553212623573.issue9992@psf.upfronthosting.co.za>
2010-10-08 20:30:35pitroulinkissue9992 messages
2010-10-08 20:30:35pitroucreate