[issue11713] collections.deque docstring wrong/misleading

2011-03-29 Thread Raymond Hettinger
Changes by Raymond Hettinger : -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing lis

[issue11713] collections.deque docstring wrong/misleading

2011-03-29 Thread Roundup Robot
Roundup Robot added the comment: New changeset 075637897403 by Raymond Hettinger in branch '3.2': Issue 11713: clarify docstring for collections.deque() http://hg.python.org/cpython/rev/075637897403 New changeset 80e71592b114 by Raymond Hettinger in branch 'default': Issue 11713: clarify docstr

[issue11713] collections.deque docstring wrong/misleading

2011-03-29 Thread Roundup Robot
Roundup Robot added the comment: New changeset f4e6e18cae4b by Raymond Hettinger in branch '2.7': Issue 11713: clarify docstring for collections.deque() http://hg.python.org/cpython/rev/f4e6e18cae4b New changeset 36344c9505b2 by Raymond Hettinger in branch '3.1': Issue 11713: clarify docstring

[issue11713] collections.deque docstring wrong/misleading

2011-03-29 Thread Raymond Hettinger
Changes by Raymond Hettinger : -- assignee: -> rhettinger priority: normal -> low ___ Python tracker ___ ___ Python-bugs-list mailing

[issue11713] collections.deque docstring wrong/misleading

2011-03-29 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +ezio.melotti ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.py

[issue11713] collections.deque docstring wrong/misleading

2011-03-29 Thread Davide Rizzo
New submission from Davide Rizzo : 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 acces