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
Date 2005-03-07.16:22:31
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=80475

The idea for introducing heapiter() function was
unsuccessfully proposed on python-dev:

 
http://mail.python.org/pipermail/python-dev/2004-June/045348.html

The use cases were rare and the pure python solution was
both easy and fast.

If you need C coded max-heaps, that could be a separate
feature request.  There would need to be sufficient use
cases to warrant building out the module's API.
History
Date User Action Args
2007-08-23 16:10:35adminlinkissue1158313 messages
2007-08-23 16:10:35admincreate