Commit 70428729 authored by Guido van Rossum's avatar Guido van Rossum

Patch # 1739906 by Christian Heimes -- add reduce to functools (importing

it from __builtin__).
parent 62f1b92a
......@@ -8,6 +8,7 @@
# See C source code for _functools credits/copyright
from _functools import partial
from __builtin__ import reduce
# update_wrapper() and wraps() are tools to help write
# wrapper functions that can handle naive introspection
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment