]> granicus.if.org Git - python/commit
Reverse argument order for nsmallest() and nlargest().
authorRaymond Hettinger <python@rcn.com>
Tue, 15 Jun 2004 23:53:35 +0000 (23:53 +0000)
committerRaymond Hettinger <python@rcn.com>
Tue, 15 Jun 2004 23:53:35 +0000 (23:53 +0000)
commitaefde435efb8e99c74ad147e1a1db76fe5de61aa
treed32a79e48b1b6df8c6c4a5b84ba79902220bda9a
parent969297f488f314833e8ed591123deff7bd154cbd
Reverse argument order for nsmallest() and nlargest().
Reads better when the iterable is a generator expression.
Doc/lib/libheapq.tex
Lib/difflib.py
Lib/test/test_heapq.py
Modules/_heapqmodule.c