News about functools.reduce.

This commit is contained in:
Guido van Rossum 2007-08-27 20:52:10 +00:00
parent d51b579c51
commit 95f1a1be3d
1 changed files with 3 additions and 0 deletions

View File

@ -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.