This section Built-in Types — Python 3.10.16 documentation
does not mention del s[i]
(i
being an integer index).
Is that not an omission?
3 Likes
Looks like an omission to me.
3 Likes
Hello @nedbat
Issue Link: “del s[i]” not mentioned under “Mutable Sequence Types” · Issue #134789 · python/cpython · GitHub
I have created pull requests to address this issue for all active branches:
- 3.13
- 3.14
- main (3.15)
Please let me know if any further action is needed from my side.
Thank you!
Merged, thanks!
2 Likes