]> granicus.if.org Git - python/commit
Issue #13742: Add key and reverse parameters to heapq.merge()
authorRaymond Hettinger <python@rcn.com>
Fri, 30 May 2014 09:28:36 +0000 (02:28 -0700)
committerRaymond Hettinger <python@rcn.com>
Fri, 30 May 2014 09:28:36 +0000 (02:28 -0700)
commit35db43955cf231a4040d32c77b1ff5a4b639039f
tree670f590844d11613b16ab61b018caaeb93e9bab1
parente7bfe13635e4201660c9d016b62de10c2f7c9de3
Issue #13742:  Add key and reverse parameters to heapq.merge()
Doc/glossary.rst
Doc/library/heapq.rst
Lib/heapq.py
Lib/test/test_heapq.py
Misc/NEWS