Message 168635 - Python tracker

Message168635

Author aliles
Recipients aliles, flox, ncoghlan, pitrou, vstinner
Date 2012-08-20.08:11:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1345450319.37.0.524458619189.issue12643@psf.upfronthosting.co.za>
In-reply-to
Content
Submitted patch. Patch creates a new unit test suite with basic unit tests for InteractiveConsole. Enhances InteractiveConsole to call sys.excepthook instead of it's own handler if the user has overridden the excepthook.

The unit tests use the new unittest.mock module and ExitStack class for contextlib.
History
Date User Action Args
2012-08-20 08:11:59alilessetrecipients: + aliles, ncoghlan, pitrou, vstinner, flox
2012-08-20 08:11:59alilessetmessageid: <1345450319.37.0.524458619189.issue12643@psf.upfronthosting.co.za>
2012-08-20 08:11:46alileslinkissue12643 messages
2012-08-20 08:11:46alilescreate