]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-149096: Remove 'im_*' attribute reference from inspect module docstring (#149108)
authorVineet Kumar <108144301+whyvineet@users.noreply.github.com>
Wed, 6 May 2026 02:25:08 +0000 (07:55 +0530)
committerGitHub <noreply@github.com>
Wed, 6 May 2026 02:25:08 +0000 (22:25 -0400)
commite4444538dcd60a1b655c620b4d3bba59a7830f25
treef199a95a2a3cccf9e2357db5807bb2c95d0e9b8a
parent17975f92edd2a6a84549e19f683f78a96992ec80
gh-149096: Remove  'im_*' attribute reference from inspect module docstring (#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.
Lib/inspect.py