New submission from Simon Sapin <simon.sa...@kozea.fr>:

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.

----------
components: Library (Lib)
files: heapq_merge_key.patch
keywords: patch
messages: 150927
nosy: SimonSapin, rhettinger
priority: normal
severity: normal
status: open
title: Add a key parameter (like sorted) to heapq.merge
type: enhancement
versions: Python 3.3, Python 3.4
Added file: http://bugs.python.org/file24184/heapq_merge_key.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue13742>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to