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 Drekin
Recipients Drekin, Robert.Tasarz, python-dev, r.david.murray, vstinner
Date 2013-08-23.14:20:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1377267630.83.0.227523362114.issue17702@psf.upfronthosting.co.za>
In-reply-to
Content
This patch introduces a bit ugly traceback. Shouldn't there be “raise from None” or “raise from previous_exc” instead of simple raise?
History
Date User Action Args
2013-08-23 14:20:30Drekinsetrecipients: + Drekin, vstinner, r.david.murray, python-dev, Robert.Tasarz
2013-08-23 14:20:30Drekinsetmessageid: <1377267630.83.0.227523362114.issue17702@psf.upfronthosting.co.za>
2013-08-23 14:20:30Drekinlinkissue17702 messages
2013-08-23 14:20:30Drekincreate