diff options
author | Raymond Hettinger <python@rcn.com> | 2014-05-30 09:28:36 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2014-05-30 09:28:36 (GMT) |
commit | 35db43955cf231a4040d32c77b1ff5a4b639039f (patch) | |
tree | 670f590844d11613b16ab61b018caaeb93e9bab1 /Misc | |
parent | e7bfe13635e4201660c9d016b62de10c2f7c9de3 (diff) | |
download | cpython-35db43955cf231a4040d32c77b1ff5a4b639039f.zip cpython-35db43955cf231a4040d32c77b1ff5a4b639039f.tar.gz cpython-35db43955cf231a4040d32c77b1ff5a4b639039f.tar.bz2 |
Issue #13742: Add key and reverse parameters to heapq.merge()
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -94,6 +94,9 @@ Library error bubble up as this "bad data" appears in many real world zip files in the wild and is ignored by other zip tools. +- Issue #13742: Added "key" and "reverse" parameters to heapq.merge(). + (First draft of patch contributed by Simon Sapin.) + - Issue #21402: tkinter.ttk now works when default root window is not set. - Issue #3015: _tkinter.create() now creates tkapp object with wantobject=1 by |