New submission from Alex <[EMAIL PROTECTED]>: 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.
---------- components: Library (Lib) messages: 76398 nosy: alex severity: normal status: open title: Add support for a cmp, or key argument to heapq functions. _______________________________________ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue4424> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com