[Python-checkins] cpython (3.2): Issue #13786: Remove unimplemented 'trace' long option from regrtest.py.
meador.inge
python-checkins at python.org
Sat Jan 14 18:56:18 CET 2012
http://hg.python.org/cpython/rev/a32bc62b8772
changeset: 74403:a32bc62b8772
branch: 3.2
parent: 74399:3e9b107fb5da
user: Meador Inge <meadori at gmail.com>
date: Sat Jan 14 11:50:33 2012 -0600
summary:
Issue #13786: Remove unimplemented 'trace' long option from regrtest.py.
files:
Lib/test/regrtest.py | 2 +-
Misc/NEWS | 2 ++
2 files changed, 3 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
@@ -275,7 +275,7 @@
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',
+ 'use=', 'threshold=', 'coverdir=', 'nocoverdir',
'runleaks', 'huntrleaks=', 'memlimit=', 'randseed=',
'multiprocess=', 'coverage', 'slaveargs=', 'forever', 'debug',
'start=', 'nowindows', 'header', 'failfast', 'match'])
diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -352,6 +352,8 @@
Tests
-----
+- Issue #13786: Remove unimplemented 'trace' long option from regrtest.py.
+
- Issue #13725: Fix regrtest to recognize the documented -d flag.
Patch by Erno Tukia.
--
Repository URL: http://hg.python.org/cpython
More information about the Python-checkins
mailing list