summaryrefslogtreecommitdiff
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2016-11-19 18:41:16 -0800
committerSteve Dower <steve.dower@microsoft.com>2016-11-19 18:41:16 -0800
commitf2fed7922ab9adb002bb9f8ea4c16ce9ceb73bd4 (patch)
treecaab7273a51f88c4ac5e0c949ca9643f03ba7f2b /Misc/NEWS
parent3c3ead01d918f3d9a72e90971e90d1061deb5b03 (diff)
parentfdaacf7baf8f82b2fe6623375ec9b4a998d8b03e (diff)
downloadcpython-f2fed7922ab9adb002bb9f8ea4c16ce9ceb73bd4.tar.gz
Merge from 3.5 and fix a few other functions missing IPH handling.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index afee56ae48..172907a0e1 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -635,6 +635,8 @@ Core and Builtins
Library
-------
+- Issue #28732: Fix crash in os.spawnv() with no elements in args
+
- Issue #28485: Always raise ValueError for negative
compileall.compile_dir(workers=...) parameter, even when multithreading is
unavailable.