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.