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 r.david.murray
Recipients abcdef, docs@python, eric.smith, r.david.murray, rhettinger, scooter4j
Date 2017-11-30.14:45:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1512053101.37.0.213398074469.issue32142@psf.upfronthosting.co.za>
In-reply-to
Content
I would suggested following the statement "To create a heap, use a list initialized to [], or you can transform a populated list into a heap via function heapify()." with "Any mutation of the list thereafter must maintain the heap invariant in order for the list to remain a heap."
History
Date User Action Args
2017-11-30 14:45:01r.david.murraysetrecipients: + r.david.murray, rhettinger, eric.smith, docs@python, abcdef, scooter4j
2017-11-30 14:45:01r.david.murraysetmessageid: <1512053101.37.0.213398074469.issue32142@psf.upfronthosting.co.za>
2017-11-30 14:45:01r.david.murraylinkissue32142 messages
2017-11-30 14:45:01r.david.murraycreate