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 nejucomo
Recipients
Date 2007-02-21.21:26:27
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content

This feature has already been present in the stdlib for awhile, hidden in the cgitb module.  Enable it like this:

import cgitb
cgitb.enable(format="text")

I was not aware of this, assuming cgitb just formatted typical tracebacks into html.  Perhaps a better design of traceback reporting in general is called for?
History
Date User Action Args
2007-08-23 15:56:30adminlinkissue1654974 messages
2007-08-23 15:56:30admincreate