commit | 2bcb8e9b0d19bf60b38553dcb1d9a6c4cb86a8a1 | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Sun Jan 25 21:04:14 2009 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Sun Jan 25 21:04:14 2009 +0000 |
tree | 11bc79db1c0995c2a116f55abf8d704b4234c2aa | |
parent | 1af3b5a9a42217959868d9510d80c5a805af5fca [diff] |
Promote compress() from a recipe to being a regular itertool.
diff --git a/Misc/NEWS b/Misc/NEWS index 2b4ea7b..ac54ab8 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -147,6 +147,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.