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 <[email protected]>
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: <[email protected]>
2008-11-22 12:51:17amaury.forgeotdarclinkissue4388 messages
2008-11-22 12:51:16amaury.forgeotdarccreate