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 Mark.Shannon
Recipients Mark.Shannon, asvetlov, benjamin.peterson, brett.cannon, emptysquare, larry, martin.panter, ncoghlan, njs, pitrou, serhiy.storchaka, vstinner, yselivanov
Date 2017-10-22.19:32:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1508700753.06.0.213398074469.issue25612@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks Serhiy for spotting that.

'raise' should raise the same exception as sys.exc_info() returns.
I'll update the PR.
History
Date User Action Args
2017-10-22 19:32:33Mark.Shannonsetrecipients: + Mark.Shannon, brett.cannon, ncoghlan, pitrou, vstinner, larry, benjamin.peterson, njs, asvetlov, martin.panter, serhiy.storchaka, yselivanov, emptysquare
2017-10-22 19:32:33Mark.Shannonsetmessageid: <1508700753.06.0.213398074469.issue25612@psf.upfronthosting.co.za>
2017-10-22 19:32:33Mark.Shannonlinkissue25612 messages
2017-10-22 19:32:32Mark.Shannoncreate