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 r.david.murray
Recipients allyourcode, r.david.murray, rhettinger, serhiy.storchaka
Date 2013-04-25.02:09:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1366855773.56.0.909116628555.issue17834@psf.upfronthosting.co.za>
In-reply-to
Content
Serhiy is pointing you to an existing use of heapq in the stdlib.  I'm not quite sure what his intent is in pointing it out, though it *might* be to point out that heapq is a primitive, and PriorityQueue already implements a subclassable class using it.

I don't personally have any opinion either way on the utility of your proposed classes.  I've only ever used PriorityQueue once :)
History
Date User Action Args
2013-04-25 02:09:33r.david.murraysetrecipients: + r.david.murray, rhettinger, serhiy.storchaka, allyourcode
2013-04-25 02:09:33r.david.murraysetmessageid: <1366855773.56.0.909116628555.issue17834@psf.upfronthosting.co.za>
2013-04-25 02:09:33r.david.murraylinkissue17834 messages
2013-04-25 02:09:33r.david.murraycreate