]> granicus.if.org Git - python/commit
Issue #19018: The heapq.merge() function no longer suppresses IndexError
authorRaymond Hettinger <python@rcn.com>
Sun, 15 Sep 2013 05:17:39 +0000 (22:17 -0700)
committerRaymond Hettinger <python@rcn.com>
Sun, 15 Sep 2013 05:17:39 +0000 (22:17 -0700)
commit39659f22fa6e86039faa92bf0bc5c82cf1650767
tree4a28279e211b08d9af612b05d099e418ad14b6f9
parentbf7e8656b56514fe2f65bef563b663dd163ccab5
Issue #19018: The heapq.merge() function no longer suppresses IndexError
Lib/heapq.py
Lib/test/test_heapq.py
Misc/ACKS
Misc/NEWS