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 noam
Recipients flox, noam
Date 2010-03-04.22:00:43
SpamBayes Score 1.5825932e-05
Marked as misclassified No
Message-id <1267740046.41.0.0350802273068.issue8048@psf.upfronthosting.co.za>
In-reply-to
Content
Ok, here's a patch (against current svn of Python 2) with a test case.

I had to fix three tests which combined pdb and doctest, since now, when run under doctest, pdb steps into the displayhook because it's a Python function and not a built-in function. The fix is just to return from the displayhook.

If you wish, I can prepare a patch for Python 3.
History
Date User Action Args
2010-03-04 22:00:46noamsetrecipients: + noam, flox
2010-03-04 22:00:46noamsetmessageid: <1267740046.41.0.0350802273068.issue8048@psf.upfronthosting.co.za>
2010-03-04 22:00:44noamlinkissue8048 messages
2010-03-04 22:00:44noamcreate