diff options
author | Raymond Hettinger <python@rcn.com> | 2009-01-27 04:20:44 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2009-01-27 04:20:44 (GMT) |
commit | d07d939c5ee312905cce50bf885e62d60e4e4a33 (patch) | |
tree | 84a847adc4d386082180c400c0ebc859a55b0809 /Misc | |
parent | dd1b33a2edcbc46155cb6809809541f5d9f1b428 (diff) | |
download | cpython-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/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 |