]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40838: document `getdoc`, `getmodule`, `getsourcefile` in `inspect` returns ...
authorNikita Sobolev <mail@sobolevn.me>
Wed, 18 May 2022 01:24:35 +0000 (04:24 +0300)
committerGitHub <noreply@github.com>
Wed, 18 May 2022 01:24:35 +0000 (18:24 -0700)
commitb86d783a4eff96306f315acf9a6f1aca85d47fc3
treeb10c87bbf6600f11ec3317b9529a1bb9b6868581
parent33880b4b1c60f54aa9e7fa02698a3c82eafe3dc7
bpo-40838: document `getdoc`, `getmodule`, `getsourcefile` in `inspect` returns `None` (#30575)

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Doc/library/inspect.rst
Misc/NEWS.d/next/Documentation/2022-01-13-16-03-15.bpo-40838.k3NVCf.rst [new file with mode: 0644]