消息 [104214]
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:23 | vstinner | 修改 | recipients:
+ vstinner, lemburg, loewis, gregory.p.smith, ezio.melotti, Arfrever |
| 2010-04-26 10:49:22 | vstinner | 修改 | messageid: <1272278962.99.0.0792943418506.issue8514@psf.upfronthosting.co.za> |
| 2010-04-26 10:49:21 | vstinner | 链接 | issue8514 messages |
| 2010-04-26 10:49:21 | vstinner | 创建 | |
|