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 maxking
Recipients docs@python, maxking
Date 2019-08-11.18:36:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1565548566.46.0.213467869715.issue37826@roundup.psfhosted.org>
In-reply-to
Content
Looking at the docs, I couldn't find the `raise from` documentation anywhere in the Errors and Exceptions page (https://docs.python.org/3/tutorial/errors.html) page, which seems to be the landing page for Python Exceptions. 

I do see however that it is documented on the top page of https://docs.python.org/3/library/exceptions.html and raise statement's docs (https://docs.python.org/3/reference/simple_stmts.html#raise), both of which are pretty hard to discover. 

It would be nice to add the docs for `raise from` in the Errors and Exception page too.
History
Date User Action Args
2019-08-11 18:36:06maxkingsetrecipients: + maxking, docs@python
2019-08-11 18:36:06maxkingsetmessageid: <1565548566.46.0.213467869715.issue37826@roundup.psfhosted.org>
2019-08-11 18:36:06maxkinglinkissue37826 messages
2019-08-11 18:36:06maxkingcreate