This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients ezio.melotti, petri.lehtinen, py.user, serhiy.storchaka, siegfried.gevatter, terry.reedy, twouters
Date 2016-01-02.10:04:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1451729063.06.0.811047679374.issue12606@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2016-01-02 10:04:23serhiy.storchakasetrecipients: + serhiy.storchaka, twouters, terry.reedy, ezio.melotti, py.user, petri.lehtinen, siegfried.gevatter
2016-01-02 10:04:23serhiy.storchakasetmessageid: <1451729063.06.0.811047679374.issue12606@psf.upfronthosting.co.za>
2016-01-02 10:04:23serhiy.storchakalinkissue12606 messages
2016-01-02 10:04:22serhiy.storchakacreate