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

Georg Brandl report at bugs.python.org
Wed Jun 4 23:34:43 CEST 2008


Georg Brandl <georg at python.org> added the comment:

I would expect "abc".isprintable() give me a bool and "abc".printable()
to return a printable string, as with "abc".lower() and "abc".islower().

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue2630>
_______________________________________


More information about the Python-bugs-list mailing list