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 tzot
Recipients tzot
Date 2008-01-17.13:26:57
SpamBayes Score 0.024680663
Marked as misclassified No
Message-id <1200576477.85.0.583100874485.issue1860@psf.upfronthosting.co.za>
In-reply-to
Content
traceback.print_last() depends on the existence of sys.last_type,
sys.last_value, sys.last_traceback, which don't always exist when
called. See attached example file. I will shortly send the patch for
Lib/traceback.py
History
Date User Action Args
2008-01-17 13:27:58tzotsetspambayes_score: 0.0246807 -> 0.024680663
recipients: + tzot
2008-01-17 13:27:57tzotsetspambayes_score: 0.0246807 -> 0.0246807
messageid: <1200576477.85.0.583100874485.issue1860@psf.upfronthosting.co.za>
2008-01-17 13:26:57tzotlinkissue1860 messages
2008-01-17 13:26:57tzotcreate