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 allyourcode, pitrou, r.david.murray, rhettinger, serhiy.storchaka
Date 2013-04-29.10:36:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1367231777.14.0.244922374088.issue17834@psf.upfronthosting.co.za>
In-reply-to
Content
Daniel, I've already been in the process of adding a class to the heapq module and have done substantial work on it over the last few months.  I'll look at your code to see if there are any ideas that should be merged with it before I finish it up.

Am attaching my current draft for Heap().  A PriorityQueue() variant would also be added to 3.4.
History
Date User Action Args
2013-04-29 10:36:17rhettingersetrecipients: + rhettinger, pitrou, r.david.murray, serhiy.storchaka, allyourcode
2013-04-29 10:36:17rhettingersetmessageid: <1367231777.14.0.244922374088.issue17834@psf.upfronthosting.co.za>
2013-04-29 10:36:17rhettingerlinkissue17834 messages
2013-04-29 10:36:16rhettingercreate