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 r.david.murray
Recipients mixmastamyk, r.david.murray
Date 2009-05-05.17:23:49
SpamBayes Score 6.6039346e-10
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
This seems like a resonable thing for pydoc to do.  However, I took a
quick look, and pydoc has no notion of error status. Adding one would
require a non-trival refactoring of the code (at least to do it
right...a hackish version might not be too difficult).  

So, I doubt this is going to happen unless you can contribute a patch.

On the other hand, your test suite should be catching any errors pydoc
would catch, so I can't say I really understand your stated reason for
the request.  Unless you are building documentation for packages you
don't maintain?
History
Date User Action Args
2009-05-05 17:23:51r.david.murraysetrecipients: + r.david.murray, mixmastamyk
2009-05-05 17:23:51r.david.murraysetmessageid: <[email protected]>
2009-05-05 17:23:50r.david.murraylinkissue5884 messages
2009-05-05 17:23:49r.david.murraycreate