From 95f1a1be3deb38a13f100626369608dd8bb4aabc Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Mon, 27 Aug 2007 20:52:10 +0000 Subject: [PATCH] News about functools.reduce. --- Misc/NEWS | 3 +++ 1 file changed, 3 insertions(+) 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. -- 2.50.1