commit | f6b26676bc97f2f023cbfeabec5583895e9e054f | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Tue Mar 05 01:36:30 2013 -0500 |
committer | Raymond Hettinger <python@rcn.com> | Tue Mar 05 01:36:30 2013 -0500 |
tree | 310f331a8e844faa02891b9e73d029e1b20bb74d | |
parent | 31584e30ab3e8d01613bb774b1e3d28e73314096 [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.