diff options
author | Richard Oudkerk <shibturn@gmail.com> | 2012-06-07 19:38:11 (GMT) |
---|---|---|
committer | Richard Oudkerk <shibturn@gmail.com> | 2012-06-07 19:38:11 (GMT) |
commit | 58ba47f97b582269a71e0376d6d8da58807842c9 (patch) | |
tree | 4492449f6cfb60c91ca3c677c379e91ebc04487c /Misc | |
parent | 74482201b8bfe76280fbc62c1b7eaa90120415e1 (diff) | |
parent | 29471de459a9371d7538a9838b1b20c86df29ca7 (diff) | |
download | cpython-58ba47f97b582269a71e0376d6d8da58807842c9.zip cpython-58ba47f97b582269a71e0376d6d8da58807842c9.tar.gz cpython-58ba47f97b582269a71e0376d6d8da58807842c9.tar.bz2 |
Merge fixes for #13854 and #12157.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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. |