]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Generalize max(seq) and min(seq) to work with iterators.
authorTim Peters <tim.peters@gmail.com>
Thu, 3 May 2001 07:00:32 +0000 (07:00 +0000)
committerTim Peters <tim.peters@gmail.com>
Thu, 3 May 2001 07:00:32 +0000 (07:00 +0000)
commitc30745316258adc66a3c45f45e8fd0148038622a
tree2ca22a6b69ee08bc21853117e467b8911a49e40c
parentc7745d4b54f020e60ad3b56efd6e775d9d4873d4
Generalize max(seq) and min(seq) to work with iterators.
NEEDS DOC CHANGES.
Lib/test/test_iter.py
Misc/NEWS
Python/bltinmodule.c