[Python-checkins] cpython (3.2): Issue #13725: regrtest does not recognize -d flag.
meador.inge
python-checkins at python.org
Sat Jan 14 16:19:47 CET 2012
http://hg.python.org/cpython/rev/f80f9eb5df02
changeset: 74392:f80f9eb5df02
branch: 3.2
parent: 74389:c4919642fd25
user: Meador Inge <meadori at gmail.com>
date: Sat Jan 14 09:12:55 2012 -0600
summary:
Issue #13725: regrtest does not recognize -d flag.
Patch by Erno Tukia.
files:
Lib/test/regrtest.py | 2 +-
Misc/ACKS | 1 +
2 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py
--- a/Lib/test/regrtest.py
+++ b/Lib/test/regrtest.py
@@ -272,7 +272,7 @@
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
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -920,6 +920,7 @@
John Tromp
Jason Trowbridge
Anthony Tuininga
+Erno Tukia
Stephen Turner
Theodore Turocy
Bill Tutt
--
Repository URL: http://hg.python.org/cpython
More information about the Python-checkins
mailing list