commit | d44a4a27a6968558c3a78dbf2578ac7dcbd2ee08 | [log] [tgz] |
---|---|---|
author | Richard Oudkerk <shibturn@gmail.com> | Wed Jun 06 17:52:18 2012 +0100 |
committer | Richard Oudkerk <shibturn@gmail.com> | Wed Jun 06 17:52:18 2012 +0100 |
tree | 1eb3d6182a2e7e19fcdb8dd69b09afd3f6be4000 | |
parent | 0a09f3e2c32677b30414a3af93b9bc1841606326 [diff] [blame] |
Issue #12157: pool.map() does not handle empty iterable correctly Initial patch by mouad
diff --git a/Misc/NEWS b/Misc/NEWS index d8d5199..b832384 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -67,6 +67,9 @@ Library ------- +- Issue #12157: Make pool.map() empty iterables correctly. Initial + patch by mouad. + - Issue #14962: Update text coloring in IDLE shell window after changing options. Patch by Roger Serwy.