Open
Description
Documentation
In Mutable Sequence Types:
The description of del s[i:j]
is "same as s[i:j] = []". This is not clear enough.
We should make it consistent with del s[i:j:k]
("removes the elements of s[i:j:k] from the list").
Linked PRs
Metadata
Metadata
Assignees
Projects
Status
Todo