commit | 3e6aafe20993f5b3690c870bf88eed3d8ba53492 | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Tue Mar 05 02:15:01 2013 -0500 |
committer | Raymond Hettinger <python@rcn.com> | Tue Mar 05 02:15:01 2013 -0500 |
tree | 1419be731e75dd4da77ce5a35f2afdb154f46f5f | |
parent | dce969d2b05238755771bd9c65d86df182ab8390 [diff] |
Issue #16098: Update heapq.nsmallest to use the same algorithm as nlargest. This removes the dependency on bisect and it bring the pure Python code in-sync with the C code.