summaryrefslogtreecommitdiff
path: root/Misc
diff options
context:
space:
mode:
authorRichard Oudkerk <shibturn@gmail.com>2012-06-06 19:04:57 +0100
committerRichard Oudkerk <shibturn@gmail.com>2012-06-06 19:04:57 +0100
commite41682b9945091c2e4b95a3f6a4582944fd7598e (patch)
tree00cc5480b7e07b0677ae22141f99be675945aaaa /Misc
parenta3a164a03c78d66539f4fe9abf8d1dd5c08babaa (diff)
downloadcpython-git-e41682b9945091c2e4b95a3f6a4582944fd7598e.tar.gz
Issue #12157: pool.map() does not handle empty iterable correctly
Initial patch by mouad
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 2890ebee4f..071e962690 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -70,6 +70,9 @@ Core and Builtins
Library
-------
+- Issue #12157: Make pool.map() empty iterables correctly. Initial
+ patch by mouad.
+
- Issue #14992: os.makedirs(path, exist_ok=True) would raise an OSError
when the path existed and had the S_ISGID mode bit set when it was
not explicitly asked for. This is no longer an exception as mkdir