[issue41409] deque.pop(index) is not supported

Pablo Galindo Salgado report at bugs.python.org
Tue Jul 28 13:48:46 EDT 2020


Pablo Galindo Salgado <pablogsal at gmail.com> added the comment:

I am convinced by Raymond's argument, it seems that with the current state of the ABC classes and semantics the most pragmatical solution is the status quo. It would be a weird if deque is a Sequence but not a MutableSequence because it can clearly be mutated.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue41409>
_______________________________________


More information about the Python-bugs-list mailing list