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 ssapin
Recipients rhettinger, ssapin
Date 2012-01-09.10:35:39
SpamBayes Score 0.0004193322
Marked as misclassified No
Message-id <1326105342.42.0.0197399269422.issue13742@psf.upfronthosting.co.za>
In-reply-to
Content
Hi,

The attached patch adds a 'key' optional parameter to the heapq.merge function that behaves as in sorted().

Related discussion: http://mail.python.org/pipermail/python-ideas/2012-January/013295.html

This is my first contribution to CPython.
History
Date User Action Args
2012-01-09 10:35:42ssapinsetrecipients: + ssapin, rhettinger
2012-01-09 10:35:42ssapinsetmessageid: <1326105342.42.0.0197399269422.issue13742@psf.upfronthosting.co.za>
2012-01-09 10:35:41ssapinlinkissue13742 messages
2012-01-09 10:35:41ssapincreate