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, terry.reedy, veky
Date 2020-03-17.20:05:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1584475509.49.0.945757888695.issue39717@roundup.psfhosted.org>
In-reply-to
Content
Yes.

Some of the changes are good, others should be `from None`.

The `from None` raises should include the ones where the new exception includes the text of the caught exception.

What is needed is text captured from the proposed changes to see if the previous exception was useful, and not easily gotten in other ways -- for example, the bz2 ImportError can be easily regenerated by `import bz2` at the REPL, so `from None` makes sense there.
History
Date User Action Args
2020-03-17 20:05:09ethan.furmansetrecipients: + ethan.furman, terry.reedy, cool-RR, martin.panter, veky
2020-03-17 20:05:09ethan.furmansetmessageid: <1584475509.49.0.945757888695.issue39717@roundup.psfhosted.org>
2020-03-17 20:05:09ethan.furmanlinkissue39717 messages
2020-03-17 20:05:09ethan.furmancreate