commit | e29e6bffb577233c0e327f831c037ebf92da0157 | [log] [tgz] |
---|---|---|
author | Alexander Belopolsky <alexander.belopolsky@gmail.com> | Mon Aug 16 18:55:46 2010 +0000 |
committer | Alexander Belopolsky <alexander.belopolsky@gmail.com> | Mon Aug 16 18:55:46 2010 +0000 |
tree | f3b58faa1e924dbd606f0354b11b7488d520d155 | |
parent | 27354ccec97f9aa79449397cd29f7d70b8e9f445 [diff] |
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.