commit | ca516d21abf7d5c8857868744a58e6de85f4f103 | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Thu Jan 04 17:53:16 2007 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Thu Jan 04 17:53:16 2007 +0000 |
tree | 578b9e15d1040f272129e3491f502749a545095b | |
parent | d0f672935607df950d01b3e213bb84496b7c65eb [diff] [blame] |
Fix stability of heapq's nlargest() and nsmallest().
diff --git a/Misc/NEWS b/Misc/NEWS index 7ab30ed..aab3e43 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -125,6 +125,8 @@ Library ------- +- Fix sort stability in heapq.nlargest() and nsmallest(). + - Patch #1504073: Fix tarfile.open() for mode "r" with a fileobj argument. - Patch #1262036: Prevent TarFiles from being added to themselves under