Message74287
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' |
|
| Date |
User |
Action |
Args |
| 2008-10-04 00:19:39 | vstinner | set | recipients:
+ vstinner, loewis, brett.cannon, benjamin.peterson |
| 2008-10-04 00:19:39 | vstinner | set | messageid: <[email protected]> |
| 2008-10-04 00:19:39 | vstinner | link | issue3574 messages |
| 2008-10-04 00:19:38 | vstinner | create | |
|