[issue17394] Add slicing support to collections.deque

Raymond Hettinger report at bugs.python.org
Sun Jun 9 22:34:10 CEST 2013


Raymond Hettinger added the comment:

The slicing support can be implemented using just rotates, appends, and pops.

----------
assignee: rhettinger -> 
nosy: +serhiy.storchaka
priority: low -> normal
stage:  -> needs patch
type:  -> enhancement

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17394>
_______________________________________


More information about the Python-bugs-list mailing list