]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Generalize filter(f, seq) to work with iterators. This also generalizes
authorTim Peters <tim.peters@gmail.com>
Wed, 2 May 2001 07:39:38 +0000 (07:39 +0000)
committerTim Peters <tim.peters@gmail.com>
Wed, 2 May 2001 07:39:38 +0000 (07:39 +0000)
commit0e57abf0cdc7cd3f8cca518ded422d782587740c
tree1fe56fd01561955b572ef4a510b7427ad5ee6c94
parent6ad22c41c2f1adb39d023d8dcc779d96d73695f6
Generalize filter(f, seq) to work with iterators.  This also generalizes
filter() to no longer insist that len(seq) be defined.
NEEDS DOC CHANGES.
Lib/test/test_iter.py
Misc/NEWS
Python/bltinmodule.c