[New-bugs-announce] [issue10059] add the method `index` to collections.deque

Simon Liedtke report at bugs.python.org
Sun Oct 10 02:23:47 CEST 2010


New submission from Simon Liedtke <liedtke.simon at googlemail.com>:

I'd like to have the method `index` not only for list, but also for collections.deque.

Here is my attempt: http://bitbucket.org/derdon/hodgepodge/src/tip/extended_deque.py

I'm looking forward to see this method implemented in the stdlib!

----------
components: Library (Lib)
messages: 118296
nosy: Simon.Liedtke
priority: normal
severity: normal
status: open
title: add the method `index` to collections.deque
type: feature request

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


More information about the New-bugs-announce mailing list