[Python-checkins] cpython (merge 3.2 -> default): Issue #13786: Remove unimplemented 'trace' long option from regrtest.py.

meador.inge python-checkins at python.org
Sat Jan 14 18:56:19 CET 2012


http://hg.python.org/cpython/rev/9b14b04a0cdd
changeset:   74404:9b14b04a0cdd
parent:      74402:c932320cba33
parent:      74403:a32bc62b8772
user:        Meador Inge <meadori at gmail.com>
date:        Sat Jan 14 11:54:43 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
@@ -301,7 +301,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', 'testdir=', 'timeout=', 'wait',
diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1848,6 +1848,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