Skip to content

[3.14] gh-134789: Document del s[i] operation for mutable sequences #134805

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

Closed
wants to merge 1 commit into from

Conversation

rishabh11336
Copy link
Contributor

@rishabh11336 rishabh11336 commented May 27, 2025


📚 Documentation preview 📚: https://cpython-previews--134805.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 issue python#134789.
@merwok
Copy link
Member

merwok commented May 27, 2025

Closing in favour of automated backport PR

If the main PR got changes, the automation will take care of integrating them.

Please see https://devguide.python.org/ for more info!

@merwok merwok closed this May 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting review docs Documentation in the Doc dir skip news
Projects
Status: Todo
Development

Successfully merging this pull request may close these issues.

2 participants