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 skip.montanaro
Recipients ajaksu2, loewis, pitrou, skip.montanaro, sonderblade
Date 2009-02-16.19:29:37
SpamBayes Score 0.00093655044
Marked as misclassified No
Message-id <18841.48797.78146.171809@montanaro.dyndns.org>
In-reply-to <1234772442.45.0.176851460955.issue1098732@psf.upfronthosting.co.za>
Content
Martin> If it becomes a sys.excepthook, it doesn't need to be part of
    Martin> Python anymore; any user could install it as a recipe if they
    Martin> desire.

    Martin> Hence I'm rejecting the patch.

It could still be a nice addition to the traceback module:

    sys.excepthook = traceback.verbose_traceback

In fact, a minimalist traceback style, similar to the one asyncore, might
also be useful:

    sys.excepthook = traceback.minimal_traceback

Skip
History
Date User Action Args
2009-02-16 19:31:12skip.montanarosetrecipients: + skip.montanaro, loewis, sonderblade, pitrou, ajaksu2
2009-02-16 19:29:38skip.montanarolinkissue1098732 messages
2009-02-16 19:29:37skip.montanarocreate