]> granicus.if.org Git - python/commitdiff
News about functools.reduce.
authorGuido van Rossum <guido@python.org>
Mon, 27 Aug 2007 20:52:10 +0000 (20:52 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 27 Aug 2007 20:52:10 +0000 (20:52 +0000)
Misc/NEWS

index 152e31ed626f0aeab7f757cc0668948e73a465e3..5ba18bc656dfafbf0a2b97a71f592829df6c2149 100644 (file)
--- 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.