summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2009-01-27 04:20:44 (GMT)
committerRaymond Hettinger <python@rcn.com>2009-01-27 04:20:44 (GMT)
commitd07d939c5ee312905cce50bf885e62d60e4e4a33 (patch)
tree84a847adc4d386082180c400c0ebc859a55b0809 /Misc
parentdd1b33a2edcbc46155cb6809809541f5d9f1b428 (diff)
downloadcpython-d07d939c5ee312905cce50bf885e62d60e4e4a33.zip
cpython-d07d939c5ee312905cce50bf885e62d60e4e4a33.tar.gz
cpython-d07d939c5ee312905cce50bf885e62d60e4e4a33.tar.bz2
Forward port r69001: itertools.combinations_with_replacement().
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 0284e1d..ee2e262 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