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 davide.rizzo
Recipients davide.rizzo, rhettinger
Date 2011-03-29.19:56:46
SpamBayes Score 0.0009029988
Marked as misclassified No
Message-id <1301428610.35.0.643786956857.issue11713@psf.upfronthosting.co.za>
In-reply-to
Content
collections.deque docstring is:
'deque(iterable[, maxlen]) --> deque object\n\nBuild an ordered collection accessible from endpoints only.'

As it reads now, it seems to imply that only endpoints can be read/modified. The rst correctly states that random access is possible (though slow).

__ap__ suggestion is "Build an ordered collection with optimized access from its endpoints".
History
Date User Action Args
2011-03-29 19:56:50davide.rizzosetrecipients: + davide.rizzo, rhettinger
2011-03-29 19:56:50davide.rizzosetmessageid: <1301428610.35.0.643786956857.issue11713@psf.upfronthosting.co.za>
2011-03-29 19:56:46davide.rizzolinkissue11713 messages
2011-03-29 19:56:46davide.rizzocreate