-
-
Notifications
You must be signed in to change notification settings - Fork 30.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement MutableSequence.clear() #55597
Comments
s/has to be/could be/ But yes, this would be a worthwhile addition to MutableSequence :-) |
+1. |
Committed in revision 88740 The non-abstract methods of MutableSequence and other classes currently seem to have no unit-tests. Any ideas about the best testing strategy for them? |
Creating a minimal concrete subclass and testing with that would be the obvious thing. |
Please also update the table entry for MutableSequence in Doc/library/collections.abc.rst |
Documentation fix and some unit tests committed in revision 88742 |
Eli, did you leave this open on purpose or can it be closed? |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: