消息 [119107]
With #8611 and #9425, I patched a lot of functions and modules, including the NullImporter and zipimport, but not the core of the import machinery.
In my import_unicode SVN branch, I patched the import machinery to manipulate unicode strings, instead of bytes strings. But the patch is huge and the import machinery is fragile. Since Python 3.2 now works in a non-ASCII directory with an ASCII locale (fileystem) encoding, I don't plan to merge the patch into py3k.
The patch is still useful on Windows, because Python uses the mbcs encoding to encode/decode filenames, and this encoding is usually a very small subset of Unicode (eg. cp1252 is 256 codes wheres unicode 6.0 has 109,449 characters). |
|
| 日期 |
用户 |
动作 |
参数 |
| 2010-10-19 02:19:14 | vstinner | 修改 | recipients:
+ vstinner, brett.cannon, georg.brandl, amaury.forgeotdarc, benjamin.peterson, Arfrever |
| 2010-10-19 02:19:14 | vstinner | 修改 | messageid: <1287454754.76.0.684124229236.issue3080@psf.upfronthosting.co.za> |
| 2010-10-19 02:19:13 | vstinner | 链接 | issue3080 messages |
| 2010-10-19 02:19:12 | vstinner | 创建 | |
|