[New-bugs-announce] [issue37826] Document PEP 3134 in tutorials/errors.rst

Abhilash Raj report at bugs.python.org
Sun Aug 11 14:36:06 EDT 2019


New submission from Abhilash Raj <raj.abhilash1 at gmail.com>:

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.

----------
assignee: docs at python
components: Documentation
messages: 349406
nosy: docs at python, maxking
priority: normal
severity: normal
status: open
title: Document PEP 3134 in tutorials/errors.rst

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37826>
_______________________________________


More information about the New-bugs-announce mailing list