]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue 7244: fix exception handling in itertools.izip_longest().
authorRaymond Hettinger <python@rcn.com>
Sun, 1 Nov 2009 08:53:21 +0000 (08:53 +0000)
committerRaymond Hettinger <python@rcn.com>
Sun, 1 Nov 2009 08:53:21 +0000 (08:53 +0000)
commit80d49b33b12d3726baff0b3b99307457167dd67b
tree0bc81ac5d040a7e3d8e57ff17562599b039750bb
parente2670af08b4fd6dd2bb9b910e9399f9a184d7c82
Issue 7244: fix exception handling in itertools.izip_longest().
Lib/test/test_itertools.py
Misc/NEWS
Modules/itertoolsmodule.c