[issue8754] ImportError: quote bad module name in message

Brett Cannon report at bugs.python.org
Thu Nov 18 03:56:28 CET 2010


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

PyErr_Format doesn't need to change, just it's argument. A call to PyObject_Repr() (w/ proper error checking) should be all that is needed.

And no, I don't make any "you do the Python, I'll do the C" deals because the Python part is the fun part. =)

----------

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


More information about the Python-bugs-list mailing list