]> granicus.if.org Git - python/commit
Rename ifilterfalse() to filterfalse() and izip_longest() to zip_longest().
authorRaymond Hettinger <python@rcn.com>
Thu, 13 Mar 2008 01:41:43 +0000 (01:41 +0000)
committerRaymond Hettinger <python@rcn.com>
Thu, 13 Mar 2008 01:41:43 +0000 (01:41 +0000)
commitb0002d2a07275f47bf7fb71e98e3ed2a1bef6726
tree6b0ca2bf8516eb900ef92f773474b64504b047b8
parenta6c6037f882573c9965e4fac74765357e42148e4
Rename ifilterfalse() to filterfalse() and izip_longest() to zip_longest().
Doc/library/itertools.rst
Lib/filecmp.py
Lib/test/test_itertools.py
Modules/itertoolsmodule.c