Message104214
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) |
|
Date |
User |
Action |
Args |
2010-04-26 10:49:23 | vstinner | set | recipients:
+ vstinner, lemburg, loewis, gregory.p.smith, ezio.melotti, Arfrever |
2010-04-26 10:49:22 | vstinner | set | messageid: <1272278962.99.0.0792943418506.issue8514@psf.upfronthosting.co.za> |
2010-04-26 10:49:21 | vstinner | link | issue8514 messages |
2010-04-26 10:49:21 | vstinner | create | |
|