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 yselivanov
Recipients doerwalter, larry, ncoghlan, yselivanov
Date 2015-06-20.07:34:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1434785681.43.0.107211761788.issue24474@psf.upfronthosting.co.za>
In-reply-to
Content
> This isn't a bug, as "raise exc from None" only hides *display* of the context, it doesn't lose the record of the context entirely.

Agree.  My patch, though, is still valid.  I think removing try..except blocks actually simplifies the code, and removes the need of using 'raise .. from None' completely.
History
Date User Action Args
2015-06-20 07:34:41yselivanovsetrecipients: + yselivanov, doerwalter, ncoghlan, larry
2015-06-20 07:34:41yselivanovsetmessageid: <1434785681.43.0.107211761788.issue24474@psf.upfronthosting.co.za>
2015-06-20 07:34:41yselivanovlinkissue24474 messages
2015-06-20 07:34:41yselivanovcreate