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 ghazel
Recipients akuchling, ghazel, loewis, tim.peters, vstinner
Date 2009-01-14.01:19:12
SpamBayes Score 0.32681906
Marked as misclassified No
Message-id <1231895955.37.0.356782997554.issue1565525@psf.upfronthosting.co.za>
In-reply-to
Content
STINNER Victor> Do you need the original traceback? Why not only raising 
the exception?

If the exception was captured in one stack, and is being re-raised in 
another. It would be more useful to see the two stacks appended instead 
of just the place where it was re-raised (or the place where it was 
raised initially, which is what a string would get you - not to mention 
the inability to catch it).
History
Date User Action Args
2009-01-14 01:19:15ghazelsetrecipients: + ghazel, tim.peters, loewis, akuchling, vstinner
2009-01-14 01:19:15ghazelsetmessageid: <1231895955.37.0.356782997554.issue1565525@psf.upfronthosting.co.za>
2009-01-14 01:19:13ghazellinkissue1565525 messages
2009-01-14 01:19:12ghazelcreate