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 docs@python, hp685, rhettinger, steven.daprano
Date 2020-02-15.06:08:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1581746917.22.0.47658551411.issue39634@roundup.psfhosted.org>
In-reply-to
Content
Thank you, but I'm going to decline this suggestion.

The docs are pretty clear about what heapify does:

* "To create a heap, use a list initialized to [], or you can transform a populated list into a heap via function heapify()."

* "Transform list x into a heap, in-place, in linear time."
History
Date User Action Args
2020-02-15 06:08:37rhettingersetrecipients: + rhettinger, steven.daprano, docs@python, hp685
2020-02-15 06:08:37rhettingersetmessageid: <1581746917.22.0.47658551411.issue39634@roundup.psfhosted.org>
2020-02-15 06:08:37rhettingerlinkissue39634 messages
2020-02-15 06:08:37rhettingercreate