]> 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 12:49:15 +0000 (05:49 -0700)
committerGitHub <noreply@github.com>
Wed, 18 May 2022 12:49:15 +0000 (05:49 -0700)
commited75d2183f9084583e2ebe9229c52711d4a62f1e
treeaff1cbe868b792b497935c7aaa7bb2b97f2e45b4
parent94e21cf2299c7a2b6fdb4ddc6f1f2a879a83d21f
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]