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 vstinner
Recipients Arfrever, ezio.melotti, gregory.p.smith, lemburg, loewis, vstinner
Date 2010-04-26.10:49:21
SpamBayes Score 0.00013584072
Marked as misclassified No
Message-id <1272278962.99.0.0792943418506.issue8514@psf.upfronthosting.co.za>
In-reply-to
Content
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)
History
Date User Action Args
2010-04-26 10:49:23vstinnersetrecipients: + vstinner, lemburg, loewis, gregory.p.smith, ezio.melotti, Arfrever
2010-04-26 10:49:22vstinnersetmessageid: <1272278962.99.0.0792943418506.issue8514@psf.upfronthosting.co.za>
2010-04-26 10:49:21vstinnerlinkissue8514 messages
2010-04-26 10:49:21vstinnercreate