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 gvanrossum, rhettinger
Date 2008-01-15.23:46:06
SpamBayes Score 0.10390172
Marked as misclassified No
Message-id <1200440770.17.0.987165250317.issue1837@psf.upfronthosting.co.za>
In-reply-to
Content
Rather than just documenting that this can be done, it is better to
simply provide working implementations that show exactly how to subclass
the Queue module.  This also lets users easily select or switch between
the most appropriate structure.  Since API is the same, the learning
curve is near zero.

If accepted, will add a full set of tests.
History
Date User Action Args
2008-01-15 23:46:10rhettingersetspambayes_score: 0.103902 -> 0.10390172
recipients: + rhettinger, gvanrossum
2008-01-15 23:46:10rhettingersetspambayes_score: 0.103902 -> 0.103902
messageid: <1200440770.17.0.987165250317.issue1837@psf.upfronthosting.co.za>
2008-01-15 23:46:07rhettingerlinkissue1837 messages
2008-01-15 23:46:06rhettingercreate