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 Simon.Liedtke
Recipients Simon.Liedtke
Date 2010-10-10.00:23:43
SpamBayes Score 0.02021405
Marked as misclassified No
Message-id <1286670227.45.0.57597987933.issue10059@psf.upfronthosting.co.za>
In-reply-to
Content
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!
History
Date User Action Args
2010-10-10 00:23:47Simon.Liedtkesetrecipients: + Simon.Liedtke
2010-10-10 00:23:47Simon.Liedtkesetmessageid: <1286670227.45.0.57597987933.issue10059@psf.upfronthosting.co.za>
2010-10-10 00:23:45Simon.Liedtkelinkissue10059 messages
2010-10-10 00:23:43Simon.Liedtkecreate