summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorXiang Zhang <angwerzx@126.com>2016-12-19 13:01:33 (GMT)
committerXiang Zhang <angwerzx@126.com>2016-12-19 13:01:33 (GMT)
commit270a21fda0c41ea120727140ac966a86f694eee4 (patch)
tree2195f8185cf1c79cbcf93d6b914ccc9574216319 /Misc
parent509476b37085abda9c8cc0fba1451cb035e0b442 (diff)
downloadcpython-270a21fda0c41ea120727140ac966a86f694eee4.zip
cpython-270a21fda0c41ea120727140ac966a86f694eee4.tar.gz
cpython-270a21fda0c41ea120727140ac966a86f694eee4.tar.bz2
Issue #28950: Disallow -j0 combined with -T/-l/-M in regrtest.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a2c2881..33b777b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -549,6 +549,9 @@ Documentation
Tests
-----
+- Issue #28950: Disallow -j0 to be combined with -T/-l/-M in regrtest
+ command line arguments.
+
- Issue #28666: Now test.support.rmtree is able to remove unwritable or
unreadable directories.