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 dmalcolm
Recipients ajaksu2, dmalcolm, pitrou, r.david.murray
Date 2010-10-14.23:24:31
SpamBayes Score 5.405294e-05
Marked as misclassified No
Message-id <1287098673.69.0.672929499999.issue7425@psf.upfronthosting.co.za>
In-reply-to
Content
I notice this issue is in stage "unit test needed".

It's not clear to me how to add a unit test for this: one idea I had is to create a broken module in some subdir somewhere, and invoke "pydoc -k" as a subprocess with PYTHONPATH containing the extra subdir (and assert no traceback seen in stderr of the child).

Does that sound sane?
History
Date User Action Args
2010-10-14 23:24:33dmalcolmsetrecipients: + dmalcolm, pitrou, ajaksu2, r.david.murray
2010-10-14 23:24:33dmalcolmsetmessageid: <1287098673.69.0.672929499999.issue7425@psf.upfronthosting.co.za>
2010-10-14 23:24:32dmalcolmlinkissue7425 messages
2010-10-14 23:24:31dmalcolmcreate