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 ammar2
Recipients Nathaniel Manista, ammar2, brett.cannon, docs@python, fdrake, methane, rhettinger
Date 2018-08-30.16:34:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1535646876.16.0.56676864532.issue34538@psf.upfronthosting.co.za>
In-reply-to
Content
For some empirical data, I went through some popular packages that follow this pattern and searched for usage of their base exception classes:

Requests: https://github.com/search?q=except+requests.RequestException&type=Code

PyYaml: https://github.com/search?q=except+yaml.YAMLError&type=Code

Jinja2: https://github.com/search?q=%22except+jinja2.TemplateError%22&type=Code

https://github.com/search?q=%22except+jinja2.exceptions.TemplateError%22&type=Code

https://github.com/search?q=%22except+TemplateError%22&type=Code
History
Date User Action Args
2018-08-30 16:34:36ammar2setrecipients: + ammar2, fdrake, brett.cannon, rhettinger, methane, docs@python, Nathaniel Manista
2018-08-30 16:34:36ammar2setmessageid: <1535646876.16.0.56676864532.issue34538@psf.upfronthosting.co.za>
2018-08-30 16:34:36ammar2linkissue34538 messages
2018-08-30 16:34:36ammar2create