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 xmorel
Recipients docs@python, xmorel
Date 2017-03-27.13:16:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1490620609.02.0.405950190914.issue29920@psf.upfronthosting.co.za>
In-reply-to
Content
Currently, cgitb documents the hook (enable) and somewhat unclearly the ability to dump the HTML traceback to stdout, but despite that being technically available it does not document the ability to dump the traceback to a string as either text or html.

Possible further improvement: make ``cgitb.html`` and ``cgitb.text`` implicitly call `sys.exc_info()` if not given a parameter (much like `cgitb.handler` does).
History
Date User Action Args
2017-03-27 13:16:49xmorelsetrecipients: + xmorel, docs@python
2017-03-27 13:16:49xmorelsetmessageid: <1490620609.02.0.405950190914.issue29920@psf.upfronthosting.co.za>
2017-03-27 13:16:48xmorellinkissue29920 messages
2017-03-27 13:16:48xmorelcreate