]> granicus.if.org Git - python/commit
Copy reduce() to _functools so to have functools.reduce() not raise a warning
authorBrett Cannon <bcannon@gmail.com>
Sat, 9 Aug 2008 23:30:55 +0000 (23:30 +0000)
committerBrett Cannon <bcannon@gmail.com>
Sat, 9 Aug 2008 23:30:55 +0000 (23:30 +0000)
commit83e818415a591a14677ae6985d3bb0a035cd4c48
tree629873089c3a9496cc43af8f4c6572e2917768f7
parentc1b76e4aaa094eae58abe96628b958c8fe40639d
Copy reduce() to _functools so to have functools.reduce() not raise a warning
from usage under -3.
Lib/functools.py
Lib/test/test_functools.py
Misc/NEWS
Modules/_functoolsmodule.c