]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40257: Output object's own docstring in pydoc (GH-19479)
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 15 Apr 2020 20:00:20 +0000 (23:00 +0300)
committerGitHub <noreply@github.com>
Wed, 15 Apr 2020 20:00:20 +0000 (23:00 +0300)
commitfbf2786c4c89430e2067016603078cf3500cfe94
tree151141df42e6e058127ef59eae7f95c5e4644991
parentba1bcffe5cafc1bb0ac6fdf9ecef51e75e342707
bpo-40257: Output object's own docstring in pydoc (GH-19479)
Doc/library/inspect.rst
Doc/whatsnew/3.9.rst
Lib/inspect.py
Lib/pydoc.py
Lib/test/test_inspect.py
Lib/test/test_pydoc.py
Misc/NEWS.d/next/Library/2020-04-15-19-34-11.bpo-40257.ux8FUr.rst [new file with mode: 0644]