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 jcea
Recipients Mark.Gius, gregory.p.smith, jcea, neologix
Date 2012-10-26.01:24:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1351214671.72.0.0544351470874.issue16327@psf.upfronthosting.co.za>
In-reply-to
Content
http://stackoverflow.com/questions/8997431/is-there-any-way-to-access-nested-or-re-raised-exceptions-in-python

"""
This is known as Exception Chaining and is suported in Python 3.

PEP 3134: http://www.python.org/dev/peps/pep-3134/

In Python 2, the old exception is lost when you raise a new one, unless you save it in the except block.
"""
History
Date User Action Args
2012-10-26 01:24:31jceasetrecipients: + jcea, gregory.p.smith, neologix, Mark.Gius
2012-10-26 01:24:31jceasetmessageid: <1351214671.72.0.0544351470874.issue16327@psf.upfronthosting.co.za>
2012-10-26 01:24:31jcealinkissue16327 messages
2012-10-26 01:24:31jceacreate