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 docs@python, gvanrossum, ncoghlan, pitrou, serhiy.storchaka, vstinner
Date 2014-06-05.12:45:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1401972352.31.0.621886682677.issue21667@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2014-06-05 12:45:52serhiy.storchakasetrecipients: + serhiy.storchaka, gvanrossum, ncoghlan, pitrou, vstinner, docs@python
2014-06-05 12:45:52serhiy.storchakasetmessageid: <1401972352.31.0.621886682677.issue21667@psf.upfronthosting.co.za>
2014-06-05 12:45:52serhiy.storchakalinkissue21667 messages
2014-06-05 12:45:52serhiy.storchakacreate