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 rhettinger
Recipients jnoller, ndfred, pitrou, rhettinger
Date 2009-01-22.22:46:07
SpamBayes Score 0.0028071208
Marked as misclassified No
Message-id <1232664368.21.0.56421406725.issue4999@psf.upfronthosting.co.za>
In-reply-to
Content
The Queue module design should be followed as closely as possible.  It
provides FIFO order as the default, with options for LIFO and priority
order.
History
Date User Action Args
2009-01-22 22:46:08rhettingersetrecipients: + rhettinger, pitrou, jnoller, ndfred
2009-01-22 22:46:08rhettingersetmessageid: <1232664368.21.0.56421406725.issue4999@psf.upfronthosting.co.za>
2009-01-22 22:46:07rhettingerlinkissue4999 messages
2009-01-22 22:46:07rhettingercreate