Message85891
utf-8 is not locale encoding.
>>> f = open('á.txt')
If this line compiled into utf-8 and locale encoding is not utf-8, can't
open 'á.txt'.
IMHO, in case of Python 2.x, correct approach is fix IOBindings.encoding
and compile() with pep0263. |
|
Date |
User |
Action |
Args |
2009-04-12 10:40:45 | methane | set | recipients:
+ methane, kbk, sgala, ajaksu2 |
2009-04-12 10:40:45 | methane | set | messageid: <1239532845.85.0.768059245132.issue1542677@psf.upfronthosting.co.za> |
2009-04-12 10:40:44 | methane | link | issue1542677 messages |
2009-04-12 10:40:44 | methane | create | |
|