[docs] [issue21667] Clarify status of O(1) indexing semantics of str objects
Serhiy Storchaka
report at bugs.python.org
Thu Jun 5 14:45:52 CEST 2014
Serhiy Storchaka added the comment:
Then perhaps we need notes about algorithmic complexity of bytes, bytearray, list and tuple and dict indexing, set.add and set.discard, dict.__delitem__, list.pop, len(), + and += for all basic sequences and containers, memoryview() for bytes, bytearray and array.array, etc, etc.
----------
nosy: +serhiy.storchaka
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21667>
_______________________________________
More information about the docs
mailing list