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

R. David Murray report at bugs.python.org
Mon Jun 1 22:19:56 CEST 2009


R. David Murray <rdmurray at bitdance.com> added the comment:

It should generate:

  problem in pydoc_badimport2 - <type 'exceptions.ImportError'>: No
module named i_dont_exist"

If you'd like I can do the final fixup and apply the patch.  I'm happy
to let you get it working if you want, though, and I appreciate the work
you've done so far either way.

----------
stage: test needed -> patch review

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


More information about the Python-bugs-list mailing list