[issue1031213] Use correct encoding for printing SyntaxErrors

atsuo ishimoto report at bugs.python.org
Thu Oct 11 03:54:49 CEST 2007


atsuo ishimoto added the comment:

PyErr_Print() is called to report exception raised by codec. 
If PyUnicode_DecodeUTF8() or PyUnicode_AsEncodedString() return NULL,
PyErr_Print() is called.

_____________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1031213>
_____________________________________


More information about the Python-bugs-list mailing list