From: Guido van Rossum Date: Mon, 27 Aug 2007 20:52:10 +0000 (+0000) Subject: News about functools.reduce. X-Git-Tag: v2.6a1~1403 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=95f1a1be3deb38a13f100626369608dd8bb4aabc;p=python News about functools.reduce. --- diff --git a/Misc/NEWS b/Misc/NEWS index 152e31ed62..5ba18bc656 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -240,6 +240,9 @@ Core and builtins 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.