]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-149096: Remove 'im_*' attribute reference from inspect module docstring...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 6 May 2026 02:50:02 +0000 (04:50 +0200)
committerGitHub <noreply@github.com>
Wed, 6 May 2026 02:50:02 +0000 (02:50 +0000)
commit7b20c8ddccac437dcc55b480e9ba4a3afab3de89
tree3ef9d01b133dc40f1187a053a9b564381b596d64
parentff0aa91bc7250269560693d6703dcc3b71bc5b89
[3.14] gh-149096: Remove  'im_*' attribute reference from inspect module docstring (GH-149108) (#149439)

gh-149096: Remove  'im_*' attribute reference from inspect module docstring (GH-149108)

The im_class/func/self names were removed in 3.0.  The prefix appears nowhere else in inspect.py
and nowhere in inspect.rst.
(cherry picked from commit e4444538dcd60a1b655c620b4d3bba59a7830f25)

Co-authored-by: Vineet Kumar <108144301+whyvineet@users.noreply.github.com>
Lib/inspect.py