作者: Bruce.
日時: 2007/9/19(00:34)
Bruce.です。

MATSUI Fe2+ Tetsushi さんは書きました (2007/09/18 23:27):
> Fe2+ です。

> というか reduce ってどこかのモジュールに押し込められるだけなんじゃな
> かったんでしたっけ? functool とかそんな名前の。


Python 3000 Status Update (Long!)
http://www.artima.com/weblogs/viewpost.jsp?thread=208549

Miscellaneous

# reduce() is gone (moved to functools, really). This doesn't mean I don't like
higher-order functions; it simply reflects that almost all code that uses reduce()
 becomes more readable when rewritten using a plain old for-loop. (Example.)

# lambda, however, lives.


ということで functools にあるようです。
確かめようと思ったら、ダウンロードだけしていてインストールしていなかった
自分に絶望しました :)