[issue12606] Mutable Sequence Type works different for lists and bytearrays in slice[i:j:k]

Serhiy Storchaka report at bugs.python.org
Sat Jan 2 05:04:23 EST 2016


Serhiy Storchaka added the comment:

Note that adding this new feature to list adds a pressure to add this feature to other mutable sequences (deque, ElementTree.Element, etc). This is a burden for maintainers.

array already supports this feature as well as bytearray. It may be a difference between arrays of unboxed values and general collections of Python objects.

----------
nosy: +serhiy.storchaka

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12606>
_______________________________________


More information about the Python-bugs-list mailing list