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, michael.foord, ronaldoussoren, rpetrov, slmnhq, vstinner
日期 2010-05-20.12:57:31
SpamBayes Score 0.00014425615
Marked as misclassified
Message-id <1274360253.08.0.657388853522.issue4388@psf.upfronthosting.co.za>
In-reply-to
内容
What if os.system(), os.execvp() and friends used "wcstombs" (or locale.preferredencoding) to convert arguments from unicode to bytes? this would at least guarantee round-trip when spawning another python interpreter.

An interesting test is to compare the effects of os.unlink(filename) and os.system('rm "%s"' % filename), where filename is non-ascii. Does it work today?
历史
日期 用户 动作 参数
2010-05-20 12:57:33amaury.forgeotdarc修改recipients: + amaury.forgeotdarc, loewis, ronaldoussoren, mark.dickinson, vstinner, MrJean1, rpetrov, michael.foord, slmnhq
2010-05-20 12:57:33amaury.forgeotdarc修改messageid: <1274360253.08.0.657388853522.issue4388@psf.upfronthosting.co.za>
2010-05-20 12:57:31amaury.forgeotdarc链接issue4388 messages
2010-05-20 12:57:31amaury.forgeotdarc创建