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 adamniederer
Recipients adamniederer, docs@python
Date 2017-03-05.03:26:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1488684398.15.0.985624873811.issue29722@psf.upfronthosting.co.za>
In-reply-to
Content
The docs for heapq.merge are a little misleading. Iterables passed into heapq.merge with the reversed flag set to True must be sorted from largest to smallest to achieve the desired sorting effect, but the paragraph describing the function in the general case states that they should be sorted from smallest to largest.
History
Date User Action Args
2017-03-05 03:26:38adamniederersetrecipients: + adamniederer, docs@python
2017-03-05 03:26:38adamniederersetmessageid: <1488684398.15.0.985624873811.issue29722@psf.upfronthosting.co.za>
2017-03-05 03:26:37adamniedererlinkissue29722 messages
2017-03-05 03:26:37adamniederercreate