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 amaury.forgeotdarc
Recipients MrJean1, amaury.forgeotdarc, loewis, mark.dickinson
Date 2008-11-22.12:51:16
SpamBayes Score 0.15949619
Marked as misclassified No
Message-id <1227358277.84.0.798496274957.issue4388@psf.upfronthosting.co.za>
In-reply-to
Content
There is some inconsistency in the conversions with the "command line":
- on input, sys.argv decodes with mbstowcs
- on output, os.system uses utf-8, os.execv uses the 
FileSystemDefaultEncoding.
History
Date User Action Args
2008-11-22 12:51:17amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, loewis, mark.dickinson, MrJean1
2008-11-22 12:51:17amaury.forgeotdarcsetmessageid: <1227358277.84.0.798496274957.issue4388@psf.upfronthosting.co.za>
2008-11-22 12:51:17amaury.forgeotdarclinkissue4388 messages
2008-11-22 12:51:16amaury.forgeotdarccreate