Terry J. Reedy <[email protected]> added the comment:
Josh, you are right. I closed the PR. Before closing, I will think about whether to propose a change to make this more prominent. I notice the issubclass(array.array, collections.abc.MutableSequence ) is True even though some of the methods (like clear, copy) are missing. ---------- _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue42948> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
