[issue8754] ImportError: quote bad module name in message

Brett Cannon report at bugs.python.org
Wed May 19 07:28:51 CEST 2010


Brett Cannon <brett at python.org> added the comment:

It wouldn't matter (at least in Python 3) as str is unicode-aware. It's more about whether it's worth special-casing the output. I say no and just go with using the repr.

----------

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


More information about the Python-bugs-list mailing list