summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2016-11-20 02:41:16 (GMT)
committerSteve Dower <steve.dower@microsoft.com>2016-11-20 02:41:16 (GMT)
commitc3630612ab4f53976d10db2e22855a5a853788da (patch)
tree9689633f0db6d4c7187ec6eb668eec2df2def679 /Misc
parent43891e0a53cc7057ec4e2080f6296c20ea676a98 (diff)
parent11f4326ca146ac744ebdfc23149fe3fb9a89e812 (diff)
downloadcpython-c3630612ab4f53976d10db2e22855a5a853788da.zip
cpython-c3630612ab4f53976d10db2e22855a5a853788da.tar.gz
cpython-c3630612ab4f53976d10db2e22855a5a853788da.tar.bz2
Merge from 3.5 and fix a few other functions missing IPH handling.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index afee56a..172907a 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.