summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xLib/test/regrtest.py2
-rw-r--r--Misc/ACKS1
2 files changed, 2 insertions, 1 deletions
diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py
index 91560db..71b3f7b 100755
--- a/Lib/test/regrtest.py
+++ b/Lib/test/regrtest.py
@@ -272,7 +272,7 @@ def main(tests=None, testdir=None, verbose=0, quiet=False,
support.record_original_stdout(sys.stdout)
try:
- opts, args = getopt.getopt(sys.argv[1:], 'hvqxsoS:rf:lu:t:TD:NLR:FwWM:nj:Gm:',
+ opts, args = getopt.getopt(sys.argv[1:], 'hvqxsoS:rf:lu:t:TD:NLR:FdwWM:nj:Gm:',
['help', 'verbose', 'verbose2', 'verbose3', 'quiet',
'exclude', 'single', 'slow', 'random', 'fromfile', 'findleaks',
'use=', 'threshold=', 'trace', 'coverdir=', 'nocoverdir',
diff --git a/Misc/ACKS b/Misc/ACKS
index 6ad3f8c..24f3f45 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -920,6 +920,7 @@ Laurence Tratt
John Tromp
Jason Trowbridge
Anthony Tuininga
+Erno Tukia
Stephen Turner
Theodore Turocy
Bill Tutt