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 Richard Neumann
Recipients Richard Neumann, docs@python
Date 2018-01-25.08:54:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1516870450.69.0.467229070634.issue32664@psf.upfronthosting.co.za>
In-reply-to
Content
In the documentation of the built-in exceptions hierarchy, there is a "|" missing connecting ImportError and LookupError.

https://docs.python.org/3/library/exceptions.html#exception-hierarchy

From LookupError.__mro__ we can tell, that it is actually derived from Exception, thus there should be a "|" connecting it to the hierarchy under Exception to emphasize that (like between ArithmeticError and AssertionError).
History
Date User Action Args
2018-01-25 08:54:10Richard Neumannsetrecipients: + Richard Neumann, docs@python
2018-01-25 08:54:10Richard Neumannsetmessageid: <1516870450.69.0.467229070634.issue32664@psf.upfronthosting.co.za>
2018-01-25 08:54:10Richard Neumannlinkissue32664 messages
2018-01-25 08:54:10Richard Neumanncreate