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 benjamin.peterson
Recipients benjamin.peterson, raduv
Date 2013-03-28.00:17:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1364429875.29.0.592733097128.issue17491@psf.upfronthosting.co.za>
In-reply-to
Content
Thank you for the patch. It seems like it would make more sense to implement print_tb in terms of extract_tb. That is, print_tb should iterate through the result of extract_tb and do its printing.
History
Date User Action Args
2013-03-28 00:17:55benjamin.petersonsetrecipients: + benjamin.peterson, raduv
2013-03-28 00:17:55benjamin.petersonsetmessageid: <1364429875.29.0.592733097128.issue17491@psf.upfronthosting.co.za>
2013-03-28 00:17:55benjamin.petersonlinkissue17491 messages
2013-03-28 00:17:55benjamin.petersoncreate