[Python-checkins] cpython (merge 3.2 -> default): merge from 3.2 - Fix issue13726: -S accepts an argument just as --start.
senthil.kumaran
python-checkins at python.org
Sat Jan 14 14:08:27 CET 2012
http://hg.python.org/cpython/rev/347f6305bd26
changeset: 74390:347f6305bd26
parent: 74388:e78f00dbd7ae
parent: 74389:c4919642fd25
user: Senthil Kumaran <senthil at uthcode.com>
date: Sat Jan 14 21:08:15 2012 +0800
summary:
merge from 3.2 - Fix issue13726: -S accepts an argument just as --start.
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
@@ -298,7 +298,7 @@
support.record_original_stdout(sys.stdout)
try:
- opts, args = getopt.getopt(sys.argv[1:], 'hvqxsoSrf:lu:t:TD:NLR:FwWM:nj:Gm:',
+ opts, args = getopt.getopt(sys.argv[1:], 'hvqxsoS:rf: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