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-134789: Document del s[i] operation for mutable sequences#134804

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

Merged
nedbat merged 2 commits intopython:mainfromrishabh11336:main
May 27, 2025

Conversation

rishabh11336
Copy link
Contributor

@rishabh11336rishabh11336 commentedMay 27, 2025
edited by merwok
Loading

  • Added explicit mention ofdel s[i] (item deletion by index) to the Mutable Sequence Types section.
  • Clarified that this operation removes the item at the specified index from the sequence.

📚 Documentation preview 📚:https://cpython-previews--134804.org.readthedocs.build/

- Added explicit mention of `del s[i]` (item deletion by index) to the Mutable Sequence Types section.- Clarified that this operation removes the item at the specified index from the sequence.- Addresses issuepython#134789.
@bedevere-appbedevere-appbot added awaiting review docsDocumentation in the Doc dir skip news labelsMay 27, 2025
@merwokmerwok changed the title[main] gh-134789: Document del s[i] operation for mutable sequencesgh-134789: Document del s[i] operation for mutable sequencesMay 27, 2025
@merwokmerwok added needs backport to 3.13bugs and security fixes needs backport to 3.14bugs and security fixes labelsMay 27, 2025
@nedbatnedbat merged commit967f361 intopython:mainMay 27, 2025
39 checks passed
@github-project-automationgithub-project-automationbot moved this fromTodo toDone inDocs PRsMay 27, 2025
@miss-islington-app
Copy link

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

rishabh11336 reacted with thumbs up emoji

miss-islington pushed a commit to miss-islington/cpython that referenced this pull requestMay 27, 2025
…ythonGH-134804)[main] Update stdtypes.rst- Added explicit mention of `del s[i]` (item deletion by index) to the Mutable Sequence Types section.- Clarified that this operation removes the item at the specified index from the sequence.- Addresses issuepythonGH-134789.(cherry picked from commit967f361)Co-authored-by: Rishabh Singh <67859818+rishabh11336@users.noreply.github.com>
@bedevere-app
Copy link

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

miss-islington pushed a commit to miss-islington/cpython that referenced this pull requestMay 27, 2025
…ythonGH-134804)[main] Update stdtypes.rst- Added explicit mention of `del s[i]` (item deletion by index) to the Mutable Sequence Types section.- Clarified that this operation removes the item at the specified index from the sequence.- Addresses issuepythonGH-134789.(cherry picked from commit967f361)Co-authored-by: Rishabh Singh <67859818+rishabh11336@users.noreply.github.com>
@bedevere-appbedevere-appbot removed the needs backport to 3.14bugs and security fixes labelMay 27, 2025
@bedevere-app
Copy link

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

@bedevere-appbedevere-appbot removed the needs backport to 3.13bugs and security fixes labelMay 27, 2025
nedbat pushed a commit that referenced this pull requestMay 27, 2025
…H-134804) (#134808)gh-134789: Document del s[i] operation for mutable sequences (GH-134804)[main] Update stdtypes.rst- Added explicit mention of `del s[i]` (item deletion by index) to the Mutable Sequence Types section.- Clarified that this operation removes the item at the specified index from the sequence.- Addresses issueGH-134789.(cherry picked from commit967f361)Co-authored-by: Rishabh Singh <67859818+rishabh11336@users.noreply.github.com>
nedbat pushed a commit that referenced this pull requestMay 27, 2025
…H-134804) (#134809)gh-134789: Document del s[i] operation for mutable sequences (GH-134804)[main] Update stdtypes.rst- Added explicit mention of `del s[i]` (item deletion by index) to the Mutable Sequence Types section.- Clarified that this operation removes the item at the specified index from the sequence.- Addresses issueGH-134789.(cherry picked from commit967f361)Co-authored-by: Rishabh Singh <67859818+rishabh11336@users.noreply.github.com>
@rishabh11336
Copy link
ContributorAuthor

Thank you,@nedbat, for merging the requests!
I appreciate your prompt review and support.🤗

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@nedbatnedbatnedbat approved these changes

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
@rishabh11336@nedbat@merwok

[8]ページ先頭

©2009-2025 Movatter.jp