summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorRichard Oudkerk <shibturn@gmail.com>2012-06-07 19:38:11 (GMT)
committerRichard Oudkerk <shibturn@gmail.com>2012-06-07 19:38:11 (GMT)
commit58ba47f97b582269a71e0376d6d8da58807842c9 (patch)
tree4492449f6cfb60c91ca3c677c379e91ebc04487c /Misc/NEWS
parent74482201b8bfe76280fbc62c1b7eaa90120415e1 (diff)
parent29471de459a9371d7538a9838b1b20c86df29ca7 (diff)
downloadcpython-58ba47f97b582269a71e0376d6d8da58807842c9.zip
cpython-58ba47f97b582269a71e0376d6d8da58807842c9.tar.gz
cpython-58ba47f97b582269a71e0376d6d8da58807842c9.tar.bz2
Merge fixes for #13854 and #12157.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 70feaf0..25e3538 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -21,6 +21,12 @@ Core and Builtins
Library
-------
+- Issue #13854: Make multiprocessing properly handle non-integer
+ non-string argument to SystemExit.
+
+- Issue #12157: Make pool.map() empty iterables correctly. Initial
+ patch by mouad.
+
- Issue #11823: disassembly now shows argument counts on calls with keyword args.
- Issue #14711: os.stat_float_times() has been deprecated.