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 alex
Recipients alex
Date 2008-11-25.04:39:22
SpamBayes Score 0.00030594168
Marked as misclassified No
Message-id <1227587964.05.0.309336873132.issue4424@psf.upfronthosting.co.za>
In-reply-to
Content
Currently the heapq module can only really be used if your data has it's
own ordering defined.  There is no way to do a custom ordering.  From my
cursory review of the code it looks like some of the lower level
functions actually take these kwargs, but the public interface does not.
History
Date User Action Args
2008-11-25 04:39:24alexsetrecipients: + alex
2008-11-25 04:39:24alexsetmessageid: <1227587964.05.0.309336873132.issue4424@psf.upfronthosting.co.za>
2008-11-25 04:39:23alexlinkissue4424 messages
2008-11-25 04:39:22alexcreate