commit | d07d939c5ee312905cce50bf885e62d60e4e4a33 | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Tue Jan 27 04:20:44 2009 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Tue Jan 27 04:20:44 2009 +0000 |
tree | 84a847adc4d386082180c400c0ebc859a55b0809 | |
parent | dd1b33a2edcbc46155cb6809809541f5d9f1b428 [diff] [blame] |
Forward port r69001: itertools.combinations_with_replacement().
diff --git a/Misc/NEWS b/Misc/NEWS index 0284e1d..ee2e262 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -153,7 +153,8 @@ - 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