]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #665761: functools.reduce() will no longer mask exceptions other
authorAlexander Belopolsky <alexander.belopolsky@gmail.com>
Mon, 16 Aug 2010 18:55:46 +0000 (18:55 +0000)
committerAlexander Belopolsky <alexander.belopolsky@gmail.com>
Mon, 16 Aug 2010 18:55:46 +0000 (18:55 +0000)
commite29e6bffb577233c0e327f831c037ebf92da0157
treef3b58faa1e924dbd606f0354b11b7488d520d155
parent27354ccec97f9aa79449397cd29f7d70b8e9f445
Issue #665761: functools.reduce() will no longer mask exceptions other
than TypeError raised by the iterator argument.  Also added a test to
check that zip() already behaves similarly.
Lib/test/test_builtin.py
Lib/test/test_functools.py
Misc/NEWS
Modules/_functoolsmodule.c