File tree Expand file tree Collapse file tree
Misc/NEWS.d/next/Documentation Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1114,7 +1114,7 @@ Notes:
11141114 item is removed and returned.
11151115
11161116(3)
1117- `` remove ` ` raises :exc: `ValueError ` when *x * is not found in *s *.
1117+ :meth: ` remove ` raises :exc: `ValueError ` when *x * is not found in *s *.
11181118
11191119(4)
11201120 The :meth: `reverse ` method modifies the sequence in place for economy of
@@ -1124,7 +1124,9 @@ Notes:
11241124(5)
11251125 :meth: `clear ` and :meth: `!copy ` are included for consistency with the
11261126 interfaces of mutable containers that don't support slicing operations
1127- (such as :class: `dict ` and :class: `set `)
1127+ (such as :class: `dict ` and :class: `set `). :meth: `!copy ` is not part of the
1128+ :class: `collections.abc.MutableSequence ` ABC, but most concrete
1129+ mutable sequence classes provide it.
11281130
11291131 .. versionadded :: 3.3
11301132 :meth: `clear ` and :meth: `!copy ` methods.
Original file line number Diff line number Diff line change 1+ Clarify that `copy() ` is not part of the `MutableSequence ` ABC.
You can’t perform that action at this time.
0 commit comments