]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Promote compress() from a recipe to being a regular itertool.
authorRaymond Hettinger <python@rcn.com>
Sun, 25 Jan 2009 21:04:14 +0000 (21:04 +0000)
committerRaymond Hettinger <python@rcn.com>
Sun, 25 Jan 2009 21:04:14 +0000 (21:04 +0000)
commit2bcb8e9b0d19bf60b38553dcb1d9a6c4cb86a8a1
tree11bc79db1c0995c2a116f55abf8d704b4234c2aa
parent1af3b5a9a42217959868d9510d80c5a805af5fca
Promote compress() from a recipe to being a regular itertool.
Doc/library/collections.rst
Doc/library/itertools.rst
Lib/test/test_itertools.py
Misc/NEWS
Modules/itertoolsmodule.c