[Python-checkins] cpython (3.2): Adding the -o option for Issue13726
senthil.kumaran
python-checkins at python.org
Sat Jan 14 11:39:37 CET 2012
http://hg.python.org/cpython/rev/9a0efac5bbcb
changeset: 74381:9a0efac5bbcb
branch: 3.2
user: Senthil Kumaran <senthil at uthcode.com>
date: Sat Jan 14 18:38:28 2012 +0800
summary:
Adding the -o option for Issue13726
files:
Lib/test/regrtest.py | 2 +-
1 files changed, 1 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:], 'hvqxsSrf:lu:t:TD:NLR:FwWM:nj:Gm:',
+ opts, args = getopt.getopt(sys.argv[1:], 'hvqxsoSrf:lu:t:TD:NLR:FwWM:nj:Gm:',
['help', 'verbose', 'verbose2', 'verbose3', 'quiet',
'exclude', 'single', 'slow', 'random', 'fromfile', 'findleaks',
'use=', 'threshold=', 'trace', 'coverdir=', 'nocoverdir',
--
Repository URL: http://hg.python.org/cpython
More information about the Python-checkins
mailing list