[issue29999] repr() of ImportError misses keyword arguments name and path

Rémi Lapeyre report at bugs.python.org
Wed Jan 30 11:00:33 EST 2019


Rémi Lapeyre <remi.lapeyre at henki.fr> added the comment:

I think the issue steems from the more general #27015 for which a PR is ready that fixes the repr not only for ImportError but all other BaseException subclasses that override __init__.

----------
keywords: +patch
nosy: +remi.lapeyre
pull_requests: +11554

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue29999>
_______________________________________


More information about the Python-bugs-list mailing list