diff options
author | Rishabh Singh <67859818+rishabh11336@users.noreply.github.com> | 2025-05-28 00:18:04 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-27 14:48:04 -0400 |
commit | 967f361993c9c97eb3ff3076a409b78ea32938df (patch) | |
tree | 14808dd6c95cbb80a4f1618e62b803560e1cd8a2 /Lib/test/json_tests/test_fail.py | |
parent | 79d81f7cba236e2cbdfa95d0de0a75ba9716ed32 (diff) | |
download | cpython-967f361993c9c97eb3ff3076a409b78ea32938df.tar.gz cpython-967f361993c9c97eb3ff3076a409b78ea32938df.zip |
gh-134789: Document del s[i] operation for mutable sequences (#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 #134789.
Diffstat (limited to 'Lib/test/json_tests/test_fail.py')
0 files changed, 0 insertions, 0 deletions