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 pjenvey
Recipients pjenvey
Date 2013-03-16.21:17:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1363468664.92.0.794606977989.issue17442@psf.upfronthosting.co.za>
In-reply-to
Content
The code module claims to emulate Python's interactive interpreter but it fails to emulate displaying of the exception cause.

It can utilize traceback._iter_chain to do this (see traceback.print_exception)
History
Date User Action Args
2013-03-16 21:17:44pjenveysetrecipients: + pjenvey
2013-03-16 21:17:44pjenveysetmessageid: <1363468664.92.0.794606977989.issue17442@psf.upfronthosting.co.za>
2013-03-16 21:17:44pjenveylinkissue17442 messages
2013-03-16 21:17:44pjenveycreate