Message 185391 - Python tracker (original) (raw)

Message185391

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:55 benjamin.peterson set recipients: + benjamin.peterson, raduv
2013-03-28 00:17:55 benjamin.peterson set messageid: 1364429875.29.0.592733097128.issue17491@psf.upfronthosting.co.za
2013-03-28 00:17:55 benjamin.peterson link issue17491 messages
2013-03-28 00:17:55 benjamin.peterson create