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 iritkatriel
Recipients docs@python, iritkatriel
Date 2020-12-07.15:53:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1607356415.63.0.620558354489.issue42589@roundup.psfhosted.org>
In-reply-to
Content
In the Exceptions doc:
https://docs.python.org/3/library/exceptions.html#built-in-exceptions

In the sentence 
"The expression following from must be an exception or None."

"from" is a keyword which links to
https://docs.python.org/3/reference/simple_stmts.html#from

But that is related to the from in "from X import Y" rather than "raise X from Y".
History
Date User Action Args
2020-12-07 15:53:35iritkatrielsetrecipients: + iritkatriel, docs@python
2020-12-07 15:53:35iritkatrielsetmessageid: <1607356415.63.0.620558354489.issue42589@roundup.psfhosted.org>
2020-12-07 15:53:35iritkatriellinkissue42589 messages
2020-12-07 15:53:35iritkatrielcreate