commit | 15d81efb8a7045ce2860792f11741965b496a98b | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Fri May 04 04:39:21 2001 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Fri May 04 04:39:21 2001 +0000 |
tree | d9fffce067670c536175ebd8f6b81fc9b20976a3 | |
parent | 8bc10b0c579f740bbdf77a1db90d5de733fcf20e [diff] [blame] |
Generalize reduce() to work with iterators. NEEDS DOC CHANGES.
diff --git a/Misc/NEWS b/Misc/NEWS index 617146c..d707a7a 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -22,6 +22,7 @@ map() max() min() + reduce() What's New in Python 2.1 (final)?