]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38918: Add __module__ entry for function & method type in inspect docs table...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 20 Dec 2019 19:26:39 +0000 (11:26 -0800)
committerGitHub <noreply@github.com>
Fri, 20 Dec 2019 19:26:39 +0000 (11:26 -0800)
commit44683bbc634bd007df572dce0d8bb348a469a6bb
tree971c4ac1cf8bc9ad36f82233ebc57d9bfef6e1b0
parenteba61f33d60cc63e35d5f5fcada837a66c89774a
bpo-38918: Add __module__ entry for function & method type in inspect docs table (GH-17408)

Adds` __module__ ` entries for function & method types in inspect docs table.

https://bugs.python.org/issue38918
(cherry picked from commit f522a6ddb67a238bab5673608111f74ec4e22205)

Co-authored-by: Parth Sharma <parthsharma2@users.noreply.github.com>
Doc/library/inspect.rst
Misc/NEWS.d/next/Documentation/2019-12-15-22-04-41.bpo-38918.8JnDTS.rst [new file with mode: 0644]