消息 [74287]
Using py3k trunk + fix_latin.diff:
- compile(b'# coding: latin-1\nu = "\xC7"\n', '<dummy>', 'exec')
doesn't fail
- test_pep3120.py is ok
- but execute a ISO-8859-1 script fails: see attached iso.py
Original Python3:
$ python iso.py
'Bonjour ma ch\xe8re amie'
Patched Python3:
$ python iso.py
'Bonjour ma ch\xc3\xa8re amie' |
|
| 日期 |
用户 |
动作 |
参数 |
| 2008-10-04 00:19:39 | vstinner | 修改 | recipients:
+ vstinner, loewis, brett.cannon, benjamin.peterson |
| 2008-10-04 00:19:39 | vstinner | 修改 | messageid: <1223079579.69.0.656098034704.issue3574@psf.upfronthosting.co.za> |
| 2008-10-04 00:19:39 | vstinner | 链接 | issue3574 messages |
| 2008-10-04 00:19:38 | vstinner | 创建 | |
|