mirror of
https://github.com/python/cpython.git
synced 2025-10-31 21:51:50 +00:00
No need to register classes that already inherit from ABCs.
This commit is contained in:
parent
cd873fc142
commit
31f6bc018b
2 changed files with 0 additions and 4 deletions
|
|
@ -85,5 +85,3 @@ def extend(self, other):
|
|||
self.data.extend(other.data)
|
||||
else:
|
||||
self.data.extend(other)
|
||||
|
||||
collections.MutableSequence.register(UserList)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue