[New-bugs-announce] [issue32664] Connector "|" missing between ImportError and LookupError
Richard Neumann
report at bugs.python.org
Thu Jan 25 03:54:10 EST 2018
New submission from Richard Neumann <r.neumann at homeinfo.de>:
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).
----------
assignee: docs at python
components: Documentation
messages: 310666
nosy: Richard Neumann, docs at python
priority: normal
severity: normal
status: open
title: Connector "|" missing between ImportError and LookupError
type: enhancement
versions: Python 3.6
_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32664>
_______________________________________
More information about the New-bugs-announce
mailing list