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 pitrou
Recipients georg.brandl, loewis, phr, pitrou
Date 2008-10-16.12:43:12
SpamBayes Score 0.0008806822
Marked as misclassified No
Message-id <1224160997.13.0.00641954678318.issue4123@psf.upfronthosting.co.za>
In-reply-to
Content
Well, perhaps the deque documentation should make it clear that random
access is O(n), rather than O(1) for a list. With this information it is
easy to infer that operations such as shuffle() can be much slower on a
deque.
History
Date User Action Args
2008-10-16 12:43:17pitrousetrecipients: + pitrou, loewis, georg.brandl, phr
2008-10-16 12:43:17pitrousetmessageid: <1224160997.13.0.00641954678318.issue4123@psf.upfronthosting.co.za>
2008-10-16 12:43:13pitroulinkissue4123 messages
2008-10-16 12:43:12pitroucreate