]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38918: Add __module__ entry for function & method type in inspect docs table...
authorParth Sharma <parthsharma2@users.noreply.github.com>
Fri, 20 Dec 2019 19:18:33 +0000 (00:48 +0530)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 20 Dec 2019 19:18:33 +0000 (11:18 -0800)
commitf522a6ddb67a238bab5673608111f74ec4e22205
treec15c7e5b9c933ad60c74d6e8291e5976c6976ad5
parentdd1a20f324d88f4171aca480b7972d68cab212c5
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
Doc/library/inspect.rst
Misc/NEWS.d/next/Documentation/2019-12-15-22-04-41.bpo-38918.8JnDTS.rst [new file with mode: 0644]