Skip to content

[3.13] gh-134789: Document del s[i] operation for mutable sequences (GH-134804) #134809

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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 27, 2025

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented May 27, 2025

[main] Update stdtypes.rst

Co-authored-by: Rishabh Singh 67859818+rishabh11336@users.noreply.github.com


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

…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 issue pythonGH-134789.
(cherry picked from commit 967f361)

Co-authored-by: Rishabh Singh <67859818+rishabh11336@users.noreply.github.com>
@bedevere-app bedevere-app bot added awaiting review docs Documentation in the Doc dir labels May 27, 2025
@github-project-automation github-project-automation bot moved this to Todo in Docs PRs May 27, 2025
@nedbat nedbat enabled auto-merge (squash) May 27, 2025 18:49
@nedbat nedbat merged commit 73e4328 into python:3.13 May 27, 2025
27 of 28 checks passed
@github-project-automation github-project-automation bot moved this from Todo to Done in Docs PRs May 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir skip news
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants