[issue2517] Error when printing an exception containing a Unicode string

Amaury Forgeot d'Arc report at bugs.python.org
Mon Mar 31 18:14:00 CEST 2008


Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:

Note the interpreter cannot print the exception either:

>>> raise Exception(u'Error when printing ü')
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
Exception>>>

----------
nosy: +amaury.forgeotdarc

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2517>
__________________________________


More information about the Python-bugs-list mailing list