This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author conf
Recipients conf, exarkun, r.david.murray
Date 2009-06-02.11:54:33
SpamBayes Score 0.01703916
Marked as misclassified No
Message-id <1243943675.56.0.995768002585.issue5230@psf.upfronthosting.co.za>
In-reply-to
Content
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)
History
Date User Action Args
2009-06-02 11:54:35confsetrecipients: + conf, exarkun, r.david.murray
2009-06-02 11:54:35confsetmessageid: <1243943675.56.0.995768002585.issue5230@psf.upfronthosting.co.za>
2009-06-02 11:54:34conflinkissue5230 messages
2009-06-02 11:54:33confcreate