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 ethan.furman
Recipients cool-RR, ethan.furman, martin.panter, rhettinger, veky
Date 2020-02-23.17:48:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1582480123.1.0.445478360925.issue39717@roundup.psfhosted.org>
In-reply-to
Content
Looking back at PEP3134 [1], the 

    raise NewException from exc

is used as one of the examples.


[1] https://www.python.org/dev/peps/pep-3134/#id37
History
Date User Action Args
2020-02-23 17:48:43ethan.furmansetrecipients: + ethan.furman, rhettinger, cool-RR, martin.panter, veky
2020-02-23 17:48:43ethan.furmansetmessageid: <1582480123.1.0.445478360925.issue39717@roundup.psfhosted.org>
2020-02-23 17:48:43ethan.furmanlinkissue39717 messages
2020-02-23 17:48:43ethan.furmancreate