]> 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 03:51:57 +0000 (20:51 -0700)
committerRaymond Hettinger <python@rcn.com>
Sun, 15 Sep 2013 03:51:57 +0000 (20:51 -0700)
commit46f5ca31d0856f5d258d86085047eda296ee9972
tree43404ae894e1ac40995ef165f165df1fb3950442
parent0a32d92bffc9c845253718c43e7ae91cf62bacda
Issue #19018: The heapq.merge() function no longer suppresses IndexError
Lib/heapq.py
Lib/test/test_heapq.py
Misc/ACKS
Misc/NEWS