]> granicus.if.org Git - python/commit
Fix stability of heapq's nlargest() and nsmallest().
authorRaymond Hettinger <python@rcn.com>
Thu, 4 Jan 2007 17:53:16 +0000 (17:53 +0000)
committerRaymond Hettinger <python@rcn.com>
Thu, 4 Jan 2007 17:53:16 +0000 (17:53 +0000)
commitca516d21abf7d5c8857868744a58e6de85f4f103
tree578b9e15d1040f272129e3491f502749a545095b
parentd0f672935607df950d01b3e213bb84496b7c65eb
Fix stability of heapq's nlargest() and nsmallest().
Lib/heapq.py
Lib/test/test_heapq.py
Misc/NEWS