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 gvanrossum
Recipients Claudiu.Popa, Guido.van.Rossum, gvanrossum, lemburg, r.david.murray, stephen.farris
Date 2015-01-21.22:20:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1421878840.18.0.361255272059.issue22885@psf.upfronthosting.co.za>
In-reply-to
Content
Python 3's exception chaining allows us to do the second (easier to catch without resorting to "except Exception:" or even "except:") while still showing the original exception in the traceback.
History
Date User Action Args
2015-01-21 22:20:40gvanrossumsetrecipients: + gvanrossum, lemburg, r.david.murray, Claudiu.Popa, Guido.van.Rossum, stephen.farris
2015-01-21 22:20:40gvanrossumsetmessageid: <1421878840.18.0.361255272059.issue22885@psf.upfronthosting.co.za>
2015-01-21 22:20:40gvanrossumlinkissue22885 messages
2015-01-21 22:20:40gvanrossumcreate