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, vstinner
日期 2010-04-26.10:49:21
SpamBayes Score 0.00013584072
Marked as misclassified
Message-id <1272278962.99.0.0792943418506.issue8514@psf.upfronthosting.co.za>
In-reply-to
内容
Oh! In Python3, ntpath.expanduser() supports bytes path and uses sys.getfilesystemencoding() to encode an unicode environment variable to a byte string.

Should we remove bytes path support in ntpath.expanduser(), or support bytes in ntpath.fsencode()/.fsdecode()?

(sys.getfilesystemencoding() is "mbcs" on Windows)
历史
日期 用户 动作 参数
2010-04-26 10:49:23vstinner修改recipients: + vstinner, lemburg, loewis, gregory.p.smith, ezio.melotti, Arfrever
2010-04-26 10:49:22vstinner修改messageid: <1272278962.99.0.0792943418506.issue8514@psf.upfronthosting.co.za>
2010-04-26 10:49:21vstinner链接issue8514 messages
2010-04-26 10:49:21vstinner创建