]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-125633: Add function `ispackage` to stdlib `inspect` (#125634)
authorZhikang Yan <2951256653@qq.com>
Sun, 27 Oct 2024 04:57:43 +0000 (12:57 +0800)
committerGitHub <noreply@github.com>
Sun, 27 Oct 2024 04:57:43 +0000 (14:57 +1000)
commitdad34531298fc0ea91b9000aafdd2ea2fce5e54a
tree8250e27c253d190a4a6a1e8a1e1b36f9c77d7d3e
parentc51b56038ba344dece607eb5f035dca544187813
gh-125633: Add function `ispackage` to stdlib `inspect` (#125634)

---------

Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Doc/library/inspect.rst
Doc/whatsnew/3.14.rst
Lib/inspect.py
Lib/test/test_inspect/test_inspect.py
Misc/NEWS.d/next/Library/2024-10-17-04-52-00.gh-issue-125633.lMck06.rst [new file with mode: 0644]