diff options
author | Raymond Hettinger <python@rcn.com> | 2009-01-27 02:58:49 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2009-01-27 02:58:49 (GMT) |
commit | d081abc8be6192980c1fb06c837cc9e4fc373f55 (patch) | |
tree | 8aa5ef838b1cf7529baa86d69b57d3ec89025356 /Misc | |
parent | 22bfa9e3e8e05993d10b5a0a8b8e1f9267be2cfd (diff) | |
download | cpython-d081abc8be6192980c1fb06c837cc9e4fc373f55.zip cpython-d081abc8be6192980c1fb06c837cc9e4fc373f55.tar.gz cpython-d081abc8be6192980c1fb06c837cc9e4fc373f55.tar.bz2 |
Promote combinations_with_replacement() from a recipe to a regular itertool.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -153,7 +153,8 @@ Library - Issue #4863: distutils.mwerkscompiler has been removed. -- Added a new function: itertools.compress(). +- Added a new itertools functions: combinations_with_replacement() + and compress(). - Fix and properly document the multiprocessing module's logging support, expose the internal levels and provide proper usage |