commit | 6b3b0fc4d48549b8ee2b5df3409229de80430040 | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Mon Jan 26 02:56:58 2009 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Mon Jan 26 02:56:58 2009 +0000 |
tree | a0fb0a7d9a00e584e1403ea515e809e56615c539 | |
parent | ace673391acbe0411b20b972b6068dab7a0bbdb4 [diff] [blame] |
Forward port r68941 adding itertools.compress().
diff --git a/Misc/NEWS b/Misc/NEWS index 3c69228..c72e51a 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -150,6 +150,8 @@ - Issue #4863: distutils.mwerkscompiler has been removed. +- Added a new function: itertools.compress(). + - Fix and properly document the multiprocessing module's logging support, expose the internal levels and provide proper usage examples.