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 allyourcode
Recipients allyourcode
Date 2013-04-24.18:52:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1366829553.37.0.470727650744.issue17834@psf.upfronthosting.co.za>
In-reply-to
Content
heapq already provides a bunch of functions for manipulating lists that preserve (or create) a heap invariant. My change adds two classes for representing heaps. These classes ensure that operations that violate the heap invariant are not possible (through the public interface). The also allow customization via subclassing.
History
Date User Action Args
2013-04-24 18:52:33allyourcodesetrecipients: + allyourcode
2013-04-24 18:52:33allyourcodesetmessageid: <1366829553.37.0.470727650744.issue17834@psf.upfronthosting.co.za>
2013-04-24 18:52:33allyourcodelinkissue17834 messages
2013-04-24 18:52:32allyourcodecreate