[issue32664] Connector "|" missing between ImportError and LookupError

2018-01-27 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Thanks! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ __

[issue32664] Connector "|" missing between ImportError and LookupError

2018-01-27 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset d331515847f0a053b929e5a4795715cb111f42b3 by Mariatta (Miss Islington (bot)) in branch '3.6': [3.6] bpo-32664: Add missing "|" connector in Exceptions doc (GH-1173) (GH-5372) https://github.com/python/cpython/commit/d331515847f0a053b929e5a4795715

[issue32664] Connector "|" missing between ImportError and LookupError

2018-01-27 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: I will backport the change to 3.6. -- assignee: docs@python -> Mariatta nosy: +Mariatta ___ Python tracker ___ __

[issue32664] Connector "|" missing between ImportError and LookupError

2018-01-27 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch pull_requests: +5214 stage: backport needed -> patch review ___ Python tracker ___ ___

[issue32664] Connector "|" missing between ImportError and LookupError

2018-01-26 Thread Terry J. Reedy
Terry J. Reedy added the comment: PR-1173 fixed this for 3.7, but it was not backported then. I added a comment there. -- keywords: -patch stage: patch review -> backport needed versions: -Python 3.7 ___ Python tracker

[issue32664] Connector "|" missing between ImportError and LookupError

2018-01-26 Thread KINEBUCHI Tomohiko
Change by KINEBUCHI Tomohiko : -- keywords: +patch pull_requests: +5201 stage: needs patch -> patch review ___ Python tracker ___ ___

[issue32664] Connector "|" missing between ImportError and LookupError

2018-01-26 Thread Terry J. Reedy
Terry J. Reedy added the comment: Agreed, like there is a bar between NameError and OSError. The 2.7 version does not have the problem. -- nosy: +terry.reedy ___ Python tracker __

[issue32664] Connector "|" missing between ImportError and LookupError

2018-01-25 Thread Berker Peksag
Change by Berker Peksag : -- keywords: +easy stage: -> needs patch versions: +Python 3.7 ___ Python tracker ___ ___ Python-bugs-list

[issue32664] Connector "|" missing between ImportError and LookupError

2018-01-25 Thread Richard Neumann
New submission from Richard Neumann : 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 deriv