Florent Xicluna <florent.xicl...@gmail.com> added the comment:

annoying stuff, indeed...

$ python -c 'print u"La cl\xe9: "'
La clé: 

$ python -c 'raw_input(u"La cl\xe9: ")'
Traceback (most recent call last):
  File "<string>", line 1, in <module>
UnicodeEncodeError: 'ascii' codec can't encode character u'\xe9' in position 5: 
ordinal not in range(128)

----------
nosy: +flox

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue7768>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to