]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] Fix `inspect.Parameter` docstring on the `kind` attribute (GH-143541) (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 24 Feb 2026 14:16:21 +0000 (15:16 +0100)
committerGitHub <noreply@github.com>
Tue, 24 Feb 2026 14:16:21 +0000 (14:16 +0000)
commit9d53cbf29fa38ab277318071682f93643fdd0974
tree3bdc5e1bffdc4be2421fc4f790c42da927cbd4f1
parentda03b36f455c29fd984d65d63735442e936b4f24
[3.14] Fix `inspect.Parameter` docstring on the `kind` attribute (GH-143541) (GH-145174)

(cherry picked from commit 4c95ad8e495646eae4130957e0a4c1cc5ef19120)

Co-authored-by: Bartosz Sławecki <bartosz@ilikepython.com>
Lib/inspect.py