[Python-checkins] r57575 - python/trunk/Misc/NEWS
guido.van.rossum
python-checkins at python.org
Mon Aug 27 22:52:10 CEST 2007
Author: guido.van.rossum
Date: Mon Aug 27 22:52:10 2007
New Revision: 57575
Modified:
python/trunk/Misc/NEWS
Log:
News about functools.reduce.
Modified: python/trunk/Misc/NEWS
==============================================================================
--- python/trunk/Misc/NEWS (original)
+++ python/trunk/Misc/NEWS Mon Aug 27 22:52:10 2007
@@ -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.
More information about the Python-checkins
mailing list