]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40257: Improve help for the typing module (GH-19546)
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 18 Apr 2020 14:13:21 +0000 (17:13 +0300)
committerGitHub <noreply@github.com>
Sat, 18 Apr 2020 14:13:21 +0000 (17:13 +0300)
commit7e64414f57b70dc5bc0ab19a3162a0735f9bfabf
tree89751f89c42a08b7335098b470ba6ddc395b184c
parentc606624af8d4cb3b4a052fb263bb983b3f87585b
bpo-40257: Improve help for the typing module (GH-19546)

* Show docstring for special forms.
* Show docstring for special generic aliases.
* Show documentation for __origin__ for generic aliases.
Doc/whatsnew/3.9.rst
Lib/pydoc.py
Lib/test/test_pydoc.py
Lib/typing.py
Misc/NEWS.d/next/Library/2020-04-18-10-52-15.bpo-40257.lv4WTq.rst [new file with mode: 0644]