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 sbt
Recipients python-dev, sbt, shwouchk
Date 2013-06-24.14:00:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1372082401.45.0.506055820067.issue18277@psf.upfronthosting.co.za>
In-reply-to
Content
> I did this to use the same abstraction that was used extensively for 
> other purposes, instead of recreating the same abstraction with a deque 
> as its basis. 

So you wanted a FIFO queue and preferred the API of Queue to that of deque?  Well it will be *much* less efficient.  queue.Queue is also less efficient, but not by such a wide margin.

I have added a documentation note.
History
Date User Action Args
2013-06-24 14:00:01sbtsetrecipients: + sbt, python-dev, shwouchk
2013-06-24 14:00:01sbtsetmessageid: <1372082401.45.0.506055820067.issue18277@psf.upfronthosting.co.za>
2013-06-24 14:00:01sbtlinkissue18277 messages
2013-06-24 14:00:01sbtcreate