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.

作者 amaury.forgeotdarc
收信人 MrJean1, amaury.forgeotdarc, loewis, mark.dickinson
日期 2008-11-22.12:51:16
SpamBayes Score 0.15949619
Marked as misclassified
Message-id <1227358277.84.0.798496274957.issue4388@psf.upfronthosting.co.za>
In-reply-to
内容
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.
历史
日期 用户 动作 参数
2008-11-22 12:51:17amaury.forgeotdarc修改recipients: + amaury.forgeotdarc, loewis, mark.dickinson, MrJean1
2008-11-22 12:51:17amaury.forgeotdarc修改messageid: <1227358277.84.0.798496274957.issue4388@psf.upfronthosting.co.za>
2008-11-22 12:51:17amaury.forgeotdarc链接issue4388 messages
2008-11-22 12:51:16amaury.forgeotdarc创建