[issue2630] repr() should not escape non-ASCII characters

atsuo ishimoto report at bugs.python.org
Wed Apr 16 02:33:32 CEST 2008


atsuo ishimoto <ishimoto at users.sourceforge.net> added the comment:

I think sys.stdout need to have backslashreplace error handler. 
Without backslashreplace, print(listOfJapaneseString) prints nothing, 
but raises an exception. This is worse than Python2.

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


More information about the Python-bugs-list mailing list