Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32k
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
Uh oh!
There was an error while loading.Please reload this page.
Conversation
- 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.
967f361
intopython:mainUh oh!
There was an error while loading.Please reload this page.
Thanks@rishabh11336 for the PR, and@nedbat for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14. |
…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>
GH-134808 is a backport of this pull request to the3.14 branch. |
…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>
GH-134809 is a backport of this pull request to the3.13 branch. |
…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>
…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>
Thank you,@nedbat, for merging the requests! |
Uh oh!
There was an error while loading.Please reload this page.
del s[i]
(item deletion by index) to the Mutable Sequence Types section.📚 Documentation preview 📚:https://cpython-previews--134804.org.readthedocs.build/