[issue5230] pydoc reports misleading failure if target module raises an ImportError

Lucas Prado Melo report at bugs.python.org
Tue Jun 2 13:54:35 CEST 2009


Lucas Prado Melo <lukepadawan at gmail.com> added the comment:

Take a look at the output:
$ python pydoc.py test.pydoc_badimport2
problem in test.pydoc_badimport2 - <type 'exceptions.ImportError'>: No
module named i_dont_exist.neither_do_i

This is different from what you expected. How do we change this output?
(I was talking about this issue in the last message)

----------

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


More information about the Python-bugs-list mailing list