summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorXiang Zhang <angwerzx@126.com>2016-12-19 14:00:22 (GMT)
committerXiang Zhang <angwerzx@126.com>2016-12-19 14:00:22 (GMT)
commit772bf2ed831671dfd3afd507c2e9babd066d1024 (patch)
treebb52c11b6edc7a12dd6c0b0db08ed2671ac8bcab /Misc/NEWS
parent01e4c1175f4d0c9150f36dae4ca8ec0e6e4ac26b (diff)
parent270a21fda0c41ea120727140ac966a86f694eee4 (diff)
downloadcpython-772bf2ed831671dfd3afd507c2e9babd066d1024.zip
cpython-772bf2ed831671dfd3afd507c2e9babd066d1024.tar.gz
cpython-772bf2ed831671dfd3afd507c2e9babd066d1024.tar.bz2
Issue #28950: Disallow -j0 combined with -T/-l in regrtest.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index cc31c6b..8fcdec5 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -66,6 +66,9 @@ Windows
Tests
-----
+- Issue #28950: Disallow -j0 to be combined with -T/-l in regrtest
+ command line arguments.
+
- Issue #28683: Fix the tests that bind() a unix socket and raise
PermissionError on Android for a non-root user.