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 methane
Recipients adelfino, ammar2, docs@python, methane
Date 2018-06-17.08:09:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1529222976.45.0.56676864532.issue33872@psf.upfronthosting.co.za>
In-reply-to
Content
List is documented in “sequence” section and O(1) index access is typical for sequences.  At least, every builtin types have it.
So adding such note only to list seems a bit curious to me.
History
Date User Action Args
2018-06-17 08:09:36methanesetrecipients: + methane, docs@python, ammar2, adelfino
2018-06-17 08:09:36methanesetmessageid: <1529222976.45.0.56676864532.issue33872@psf.upfronthosting.co.za>
2018-06-17 08:09:36methanelinkissue33872 messages
2018-06-17 08:09:36methanecreate