]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40838: document `getdoc`, `getmodule`, `getsourcefile` in `inspect` returns ...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 18 May 2022 01:41:55 +0000 (18:41 -0700)
committerGitHub <noreply@github.com>
Wed, 18 May 2022 01:41:55 +0000 (18:41 -0700)
commit9a61afec20554c7bfe8043709e35ebc7b1e3fa2d
tree2ad7260a090b5279f5713677c5fa1db8a51e07d1
parent36da1a77c6bad47a6acc98d6629e80c58b859f7d
bpo-40838: document `getdoc`, `getmodule`, `getsourcefile` in `inspect` returns `None` (GH-30575)

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
(cherry picked from commit b86d783a4eff96306f315acf9a6f1aca85d47fc3)

Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
Doc/library/inspect.rst
Misc/NEWS.d/next/Documentation/2022-01-13-16-03-15.bpo-40838.k3NVCf.rst [new file with mode: 0644]