summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2009-01-27 02:58:49 (GMT)
committerRaymond Hettinger <python@rcn.com>2009-01-27 02:58:49 (GMT)
commitd081abc8be6192980c1fb06c837cc9e4fc373f55 (patch)
tree8aa5ef838b1cf7529baa86d69b57d3ec89025356 /Misc
parent22bfa9e3e8e05993d10b5a0a8b8e1f9267be2cfd (diff)
downloadcpython-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/NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index da016c1..bb1aeac 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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