]> granicus.if.org Git - python/commit
Merged revisions 84098 via svnmerge from
authorAlexander Belopolsky <alexander.belopolsky@gmail.com>
Mon, 16 Aug 2010 19:46:32 +0000 (19:46 +0000)
committerAlexander Belopolsky <alexander.belopolsky@gmail.com>
Mon, 16 Aug 2010 19:46:32 +0000 (19:46 +0000)
commit7a9bdbc1c2214bec2133139dd8830f17e0383eed
treea332279d11accbf9106fb82bed646eaff4769773
parent5b37ce64c1a8108406cd0ae19e15b9ebd855c2f6
Merged revisions 84098 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r84098 | alexander.belopolsky | 2010-08-16 14:55:46 -0400 (Mon, 16 Aug 2010) | 4 lines

  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