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 pitrou
Recipients aliles, pitrou, vstinner
Date 2011-07-29.13:10:05
SpamBayes Score 6.1515224e-05
Marked as misclassified No
Message-id <1311945006.63.0.980037423706.issue12643@psf.upfronthosting.co.za>
In-reply-to
Content
If someone is setting sys.excepthook, they are not expecting it to be ignored, so I think there's no reason to preserve existing behaviour. On the other hand, it is easy to customize exception printout by subclassing InteractiveConsole and overriding the showtraceback() method.

aliles, if you want to work on a patch, we have a developer's guide at http://docs.python.org/devguide/.
History
Date User Action Args
2011-07-29 13:10:06pitrousetrecipients: + pitrou, vstinner, aliles
2011-07-29 13:10:06pitrousetmessageid: <1311945006.63.0.980037423706.issue12643@psf.upfronthosting.co.za>
2011-07-29 13:10:06pitroulinkissue12643 messages
2011-07-29 13:10:05pitroucreate