]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-134789: Document del s[i] operation for mutable sequences (GH-134804) ...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 27 May 2025 18:53:52 +0000 (20:53 +0200)
committerGitHub <noreply@github.com>
Tue, 27 May 2025 18:53:52 +0000 (18:53 +0000)
commit0ea41f8464454cf4e44d281b780623a106ab93de
tree36862b65e4df3a8a5e28e39ef7a5ec6bc38d17ff
parentcc81b63a7582217efe35dbc52bf061664ffdecea
[3.14] gh-134789: Document del s[i] operation for mutable sequences (GH-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 issue GH-134789.
(cherry picked from commit 967f361993c9c97eb3ff3076a409b78ea32938df)

Co-authored-by: Rishabh Singh <67859818+rishabh11336@users.noreply.github.com>
Doc/library/stdtypes.rst