diff options
author | Raymond Hettinger <python@rcn.com> | 2009-01-25 21:04:14 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2009-01-25 21:04:14 (GMT) |
commit | 2bcb8e9b0d19bf60b38553dcb1d9a6c4cb86a8a1 (patch) | |
tree | 11bc79db1c0995c2a116f55abf8d704b4234c2aa /Misc | |
parent | 1af3b5a9a42217959868d9510d80c5a805af5fca (diff) | |
download | cpython-2bcb8e9b0d19bf60b38553dcb1d9a6c4cb86a8a1.zip cpython-2bcb8e9b0d19bf60b38553dcb1d9a6c4cb86a8a1.tar.gz cpython-2bcb8e9b0d19bf60b38553dcb1d9a6c4cb86a8a1.tar.bz2 |
Promote compress() from a recipe to being a regular itertool.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -147,6 +147,8 @@ Library - 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. |