New submission from Denis Laxalde :
On my (Debian 10) system, 'pydoc -k' crashes as follows:
$ python3 -m pydoc -k foo
Traceback (most recent call last):
File "/usr/lib/python3.9/runpy.py", line 197, in _run_module_as_main
Change by Denis Laxalde :
--
keywords: +patch
pull_requests: +28758
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/30557
___
Python tracker
<https://bugs.python.org/issu
Change by Denis Laxalde :
--
nosy: +dlax
___
Python tracker
<https://bugs.python.org/issue44353>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Denis Laxalde :
--
nosy: +dlax
___
Python tracker
<https://bugs.python.org/issue42414>
___
___
Python-bugs-list mailing list
Unsubscribe:
Denis Laxalde added the comment:
The assertion at stake looks redundant since we already check that
`'{}'.format(OkayEnum.one) == '1'` (the line above) and that `OkayEnum.one ==
'1'` (3 lines above).
--
nosy: +dlax