commit | 95f1a1be3deb38a13f100626369608dd8bb4aabc | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Mon Aug 27 20:52:10 2007 +0000 |
committer | Guido van Rossum <guido@python.org> | Mon Aug 27 20:52:10 2007 +0000 |
tree | 46ee23c2af367da08bc9c0fc13799c773a16c38c | |
parent | d51b579c51d393eb308cd486ca6ca610d12b9d48 [diff] |
News about functools.reduce.
diff --git a/Misc/NEWS b/Misc/NEWS index 152e31e..5ba18bc 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -240,6 +240,9 @@ Library ------- +- The functools module now provides 'reduce', for forward compatibility + with Python 3000. + - Server-side SSL support and cert verification added, by Bill Janssen. - uuid creation is now threadsafe.