]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue 21424: Apply the nlargest() optimizations to nsmallest() as well.
authorRaymond Hettinger <python@rcn.com>
Sun, 11 May 2014 21:21:23 +0000 (14:21 -0700)
committerRaymond Hettinger <python@rcn.com>
Sun, 11 May 2014 21:21:23 +0000 (14:21 -0700)
commit234fb2d503cd8f8bae56eb7fa4d0a88cd1b7c03a
treef162da1b8eb602ca7e416e648c3ae24ee0674794
parent3a17e2175589e6f4b5945dc661308167347dc22f
Issue 21424:  Apply the nlargest() optimizations to nsmallest() as well.
Lib/heapq.py
Lib/test/test_heapq.py
Misc/NEWS
Modules/_heapqmodule.c