]> 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:34 +0000 (17:53 +0000)
committerRaymond Hettinger <python@rcn.com>
Thu, 4 Jan 2007 17:53:34 +0000 (17:53 +0000)
commit769a40a1d046baddbac4c01fa8feada2ee9e5207
treead7a34d423aeb39afb406b0427996012595369c8
parent2dc4db017483a25d9f2438ae4f36d98ec954ed37
Fix stability of heapq's nlargest() and nsmallest().
Lib/heapq.py
Lib/test/test_heapq.py