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 martin.panter
Recipients cool-RR, ethan.furman, martin.panter, rhettinger
Date 2020-02-22.05:52:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1582350756.03.0.149307878547.issue39717@roundup.psfhosted.org>
In-reply-to
Content
Please don’t use “from None” in library code. It hides exceptions raised by the calling application that would help debugging. E.g. <https://bugs.python.org/issue30097#msg293185>
History
Date User Action Args
2020-02-22 05:52:36martin.pantersetrecipients: + martin.panter, rhettinger, cool-RR, ethan.furman
2020-02-22 05:52:36martin.pantersetmessageid: <1582350756.03.0.149307878547.issue39717@roundup.psfhosted.org>
2020-02-22 05:52:36martin.panterlinkissue39717 messages
2020-02-22 05:52:35martin.pantercreate