Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

gh-101100: Fix sphinx warnings inwhatsnew/3.11.rst#136402

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Conversation

LamentXU123
Copy link
Contributor

@LamentXU123LamentXU123 commentedJul 8, 2025
edited
Loading

There was a single warning:

C:\Users\admin\Downloads\cpython-main\Doc\whatsnew\3.11.rst:1294: WARNING: py:meth reference target not found: list.append [ref.meth]

caused by:

* Resizing lists is streamlined for the common case,  speeding up :meth:`list.append` by ≈15%  and simple :term:`list comprehension`\s by up to 20-30%  (Contributed by Dennis Sweeney in :gh:`91165`.)

This PR change :meth:`list.append` to :meth:`!list.append`. Thanks!

@kumaraditya303kumaraditya303 merged commit5b78c85 intopython:mainJul 8, 2025
36 checks passed
@github-project-automationgithub-project-automationbot moved this fromTodo toDone inDocs PRsJul 8, 2025
@hugovkhugovk added needs backport to 3.13bugs and security fixes needs backport to 3.14bugs and security fixes labelsJul 8, 2025
@miss-islington-app
Copy link

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

@miss-islington-app
Copy link

Thanks@LamentXU123 for the PR, and@kumaraditya303 for merging it 🌮🎉.. I'm working now to backport this PR to: 3.14.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull requestJul 8, 2025
…-136402)(cherry picked from commit5b78c85)Co-authored-by: Weilin Du <108666168+LamentXU123@users.noreply.github.com>
@bedevere-app
Copy link

GH-136404 is a backport of this pull request to the3.13 branch.

@bedevere-appbedevere-appbot removed the needs backport to 3.13bugs and security fixes labelJul 8, 2025
miss-islington pushed a commit to miss-islington/cpython that referenced this pull requestJul 8, 2025
…-136402)(cherry picked from commit5b78c85)Co-authored-by: Weilin Du <108666168+LamentXU123@users.noreply.github.com>
@bedevere-app
Copy link

GH-136405 is a backport of this pull request to the3.14 branch.

@bedevere-appbedevere-appbot removed the needs backport to 3.14bugs and security fixes labelJul 8, 2025
hugovk pushed a commit that referenced this pull requestJul 8, 2025
…) (#136404)Co-authored-by: Weilin Du <108666168+LamentXU123@users.noreply.github.com>
hugovk pushed a commit that referenced this pull requestJul 8, 2025
…) (#136405)Co-authored-by: Weilin Du <108666168+LamentXU123@users.noreply.github.com>
AndPuQing pushed a commit to AndPuQing/cpython that referenced this pull requestJul 11, 2025
Pranjal095 pushed a commit to Pranjal095/cpython that referenced this pull requestJul 12, 2025
picnixz pushed a commit to picnixz/cpython that referenced this pull requestJul 13, 2025
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@kumaraditya303kumaraditya303kumaraditya303 approved these changes

@AA-TurnerAA-TurnerAwaiting requested review from AA-TurnerAA-Turner is a code owner

@hugovkhugovkAwaiting requested review from hugovkhugovk is a code owner

Assignees
No one assigned
Labels
docsDocumentation in the Doc dirskip news
Projects
Status: Done
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

3 participants
@LamentXU123@kumaraditya303@hugovk

[8]ページ先頭

©2009-2025 Movatter.jp