Skip to content

gh-149096: Remove deprecated 'im_*' attribute reference from module docstring#149108

Merged
terryjreedy merged 1 commit intopython:mainfrom
whyvineet:docs-inspect-module
May 6, 2026
Merged

gh-149096: Remove deprecated 'im_*' attribute reference from module docstring#149108
terryjreedy merged 1 commit intopython:mainfrom
whyvineet:docs-inspect-module

Conversation

@whyvineet
Copy link
Copy Markdown
Contributor

@whyvineet whyvineet commented Apr 28, 2026

@bedevere-app
Copy link
Copy Markdown

bedevere-app Bot commented Apr 28, 2026

Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool.

If this change has little impact on Python users, wait for a maintainer to apply the skip news label instead.

@read-the-docs-community
Copy link
Copy Markdown

Documentation build overview

📚 cpython-previews | 🛠️ Build #32455480 | 📁 Comparing 49d06f5 against main (2b6a137)

  🔍 Preview build  

1 file changed
± download.html

@terryjreedy terryjreedy added skip news needs backport to 3.13 bugs and security fixes needs backport to 3.14 bugs and security fixes labels May 6, 2026
@terryjreedy terryjreedy merged commit e444453 into python:main May 6, 2026
56 checks passed
@miss-islington-app
Copy link
Copy Markdown

Thanks @whyvineet for the PR, and @terryjreedy for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14.
🐍🍒⛏🤖 I'm not a witch! I'm not a witch!

@bedevere-app
Copy link
Copy Markdown

bedevere-app Bot commented May 6, 2026

GH-149439 is a backport of this pull request to the 3.14 branch.

@bedevere-app bedevere-app Bot removed the needs backport to 3.14 bugs and security fixes label May 6, 2026
@bedevere-app
Copy link
Copy Markdown

bedevere-app Bot commented May 6, 2026

GH-149440 is a backport of this pull request to the 3.13 branch.

@bedevere-app bedevere-app Bot removed the needs backport to 3.13 bugs and security fixes label May 6, 2026
terryjreedy pushed a commit that referenced this pull request May 6, 2026
…le 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 e444453)

Co-authored-by: Vineet Kumar <108144301+whyvineet@users.noreply.github.com>
terryjreedy pushed a commit that referenced this pull request May 6, 2026
…le 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

inspect docstring is outdated

2 participants