diff options
author | Parth Sharma <parthsharma2@users.noreply.github.com> | 2019-12-20 19:18:33 (GMT) |
---|---|---|
committer | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2019-12-20 19:18:33 (GMT) |
commit | f522a6ddb67a238bab5673608111f74ec4e22205 (patch) | |
tree | c15c7e5b9c933ad60c74d6e8291e5976c6976ad5 /Misc | |
parent | dd1a20f324d88f4171aca480b7972d68cab212c5 (diff) | |
download | cpython-f522a6ddb67a238bab5673608111f74ec4e22205.zip cpython-f522a6ddb67a238bab5673608111f74ec4e22205.tar.gz cpython-f522a6ddb67a238bab5673608111f74ec4e22205.tar.bz2 |
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
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Documentation/2019-12-15-22-04-41.bpo-38918.8JnDTS.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Documentation/2019-12-15-22-04-41.bpo-38918.8JnDTS.rst b/Misc/NEWS.d/next/Documentation/2019-12-15-22-04-41.bpo-38918.8JnDTS.rst new file mode 100644 index 0000000..5747936 --- /dev/null +++ b/Misc/NEWS.d/next/Documentation/2019-12-15-22-04-41.bpo-38918.8JnDTS.rst @@ -0,0 +1,3 @@ +Add an entry for ``__module__`` in the "function" & "method" sections of the +`inspect docs types and members table +<https://docs.python.org/3/library/inspect.html#types-and-members>`_ |