commit | c30745316258adc66a3c45f45e8fd0148038622a | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Thu May 03 07:00:32 2001 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Thu May 03 07:00:32 2001 +0000 |
tree | 2ca22a6b69ee08bc21853117e467b8911a49e40c | |
parent | c7745d4b54f020e60ad3b56efd6e775d9d4873d4 [diff] [blame] |
Generalize max(seq) and min(seq) to work with iterators. NEEDS DOC CHANGES.
diff --git a/Misc/NEWS b/Misc/NEWS index bbd2ac3..9d84845 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -19,6 +19,8 @@ arguments: filter() list() + max() + min() What's New in Python 2.1 (final)?