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 wchlm
Recipients Saimadhav.Heblikar, ezio.melotti, wchlm
Date 2014-04-09.08:34:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1397032499.66.0.498666780949.issue21185@psf.upfronthosting.co.za>
In-reply-to
Content
Hi sahutd,

You may be right. I was keying off a stackoverflow example (http://stackoverflow.com/questions/12373837/heapq-module-python) that might have been misleading.

In fact, the Python documentation never does say what a printed heapified array is suppose to look like -- how it unwinds the tree structure into a linear list.

But from the above example I assumed it was supposed to print the sorted order, and again my assumption is quite possibly wrong.

It might be useful, as a documentation issue, to say what a printed heapified array is supposed to look like.
History
Date User Action Args
2014-04-09 08:34:59wchlmsetrecipients: + wchlm, ezio.melotti, Saimadhav.Heblikar
2014-04-09 08:34:59wchlmsetmessageid: <1397032499.66.0.498666780949.issue21185@psf.upfronthosting.co.za>
2014-04-09 08:34:59wchlmlinkissue21185 messages
2014-04-09 08:34:59wchlmcreate