[issue21577] Help for ImportError should show a more useful signature.

Terry J. Reedy report at bugs.python.org
Fri May 30 20:58:24 CEST 2014


Terry J. Reedy added the comment:

Your example in #21578 suggests that **kwargs should be deleted.
*args is right.
>>> ImportError(3, 'a')
ImportError(3, 'a')

Should not this be fixed by ArgClinic conversion, and is not there an issue for that for exceptions?

----------
nosy: +terry.reedy

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


More information about the Python-bugs-list mailing list