diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-05-03 07:00:32 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-05-03 07:00:32 (GMT) |
commit | c30745316258adc66a3c45f45e8fd0148038622a (patch) | |
tree | 2ca22a6b69ee08bc21853117e467b8911a49e40c /Misc | |
parent | c7745d4b54f020e60ad3b56efd6e775d9d4873d4 (diff) | |
download | cpython-c30745316258adc66a3c45f45e8fd0148038622a.zip cpython-c30745316258adc66a3c45f45e8fd0148038622a.tar.gz cpython-c30745316258adc66a3c45f45e8fd0148038622a.tar.bz2 |
Generalize max(seq) and min(seq) to work with iterators.
NEEDS DOC CHANGES.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -19,6 +19,8 @@ Core arguments: filter() list() + max() + min() What's New in Python 2.1 (final)? |