]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Add key= argument to heapq.nsmallest() and heapq.nlargest().
authorRaymond Hettinger <python@rcn.com>
Thu, 2 Dec 2004 08:59:14 +0000 (08:59 +0000)
committerRaymond Hettinger <python@rcn.com>
Thu, 2 Dec 2004 08:59:14 +0000 (08:59 +0000)
commit4901a1f267e9d632f85054ce8b21ff23bff305e1
tree27fdb176c85c194cc32d9a72d4812860bd2c4fb6
parentde7b99045d6ee40c2f6b0abbf9d1b5345d9cf15e
Add key= argument to heapq.nsmallest() and heapq.nlargest().
Doc/lib/libheapq.tex
Lib/heapq.py
Lib/test/test_heapq.py
Misc/NEWS