]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
SF patch #969791: Add nlargest() and nsmallest() to heapq.
authorRaymond Hettinger <python@rcn.com>
Thu, 10 Jun 2004 05:03:17 +0000 (05:03 +0000)
committerRaymond Hettinger <python@rcn.com>
Thu, 10 Jun 2004 05:03:17 +0000 (05:03 +0000)
commit33ecffb65ae43ece95e4d828f95819395187d579
tree499adce5b4fc964973a8e72baf2c6214bcef89e3
parent7d019664d7fcd3692eafef668fbc2e17126dee14
SF patch #969791: Add nlargest() and nsmallest() to heapq.
Doc/lib/libheapq.tex
Doc/whatsnew/whatsnew24.tex
Lib/heapq.py
Lib/test/test_heapq.py
Misc/NEWS