Skip to content

Commit 59b260c

Browse files
[3.13] gh-149096: Remove 'im_*' attribute reference from inspect module docstring (GH-149108) (#149440)
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 e444453) Co-authored-by: Vineet Kumar <108144301+whyvineet@users.noreply.github.com>
1 parent 99c9b85 commit 59b260c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/inspect.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""Get useful information from live Python objects.
22
33
This module encapsulates the interface provided by the internal special
4-
attributes (co_*, im_*, tb_*, etc.) in a friendlier fashion.
4+
attributes (co_*, tb_*, etc.) in a friendlier fashion.
55
It also provides some help for examining source code and class layout.
66
77
Here are some of the useful functions provided by this module:

0 commit comments

Comments
 (0)