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.

作者 vstinner
收信人 Arfrever, ezio.melotti, gregory.p.smith, lemburg, loewis, pitrou, vstinner
日期 2010-05-06.23:13:23
SpamBayes Score 0.0020707473
Marked as misclassified
Message-id <1273187605.58.0.765067146298.issue8514@psf.upfronthosting.co.za>
In-reply-to
内容
New short, simple and clean path: add os.fsencode() for Unix only.

--

Don't create it for Windows to encourage the usage of unicode on Windows (and use MBCS is a bad idea). fsdecode() was a also bad idea: it's better to keep bytes unchanged on Unix, and it's now possible thanks to os.environb and os.getenvb().
历史
日期 用户 动作 参数
2010-05-06 23:13:25vstinner修改recipients: + vstinner, lemburg, loewis, gregory.p.smith, pitrou, ezio.melotti, Arfrever
2010-05-06 23:13:25vstinner修改messageid: <1273187605.58.0.765067146298.issue8514@psf.upfronthosting.co.za>
2010-05-06 23:13:24vstinner链接issue8514 messages
2010-05-06 23:13:23vstinner创建