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, ned.deily, rhettinger, stutzbach
Date 2010-10-10.10:57:31
SpamBayes Score 0.00016233674
Marked as misclassified No
Message-id <1286708252.92.0.145958923998.issue10059@psf.upfronthosting.co.za>
In-reply-to
Content
I see that adding this method to a deque is useless. A list is better for this kind of operation. I just wrote it for fun and realized that it was implemented rather slow.
History
Date User Action Args
2010-10-10 10:57:32Simon.Liedtkesetrecipients: + Simon.Liedtke, rhettinger, ned.deily, stutzbach
2010-10-10 10:57:32Simon.Liedtkesetmessageid: <1286708252.92.0.145958923998.issue10059@psf.upfronthosting.co.za>
2010-10-10 10:57:31Simon.Liedtkelinkissue10059 messages
2010-10-10 10:57:31Simon.Liedtkecreate