mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-09 13:02:22 +08:00
remove collections.MutableString (#1356)
It does not exist (some StackOverflow question I found suggests it was removed in 2.6).
This commit is contained in:
committed by
Matthias Kramm
parent
fce4424c6e
commit
72a745b2f8
@@ -58,7 +58,6 @@ def namedtuple(typename: str, field_names: Union[str, Iterable[Any]], *,
|
||||
class UserDict(MutableMapping): ...
|
||||
class UserList(MutableSequence): ...
|
||||
class UserString(Sequence): ...
|
||||
class MutableString(UserString, MutableSequence): ...
|
||||
|
||||
# Technically, deque only derives from MutableSequence in 3.5.
|
||||
# But in practice it's not worth losing sleep over.
|
||||
|
||||
Reference in New Issue
Block a user