[docs] [issue13726] regrtest ambiguous -S flag
Erno Tukia
report at bugs.python.org
Sat Jan 14 13:45:45 CET 2012
Erno Tukia <erno.tukia at iki.fi> added the comment:
--start requires an argument but short opt -S does not.
in Lib/test/regrtest.py
opts, args = getopt.getopt(sys.argv[1:], '...S...',
[..., 'start=', ...])
Patch included.
----------
keywords: +patch
Added file: http://bugs.python.org/file24236/issue13726-2.patch
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13726>
_______________________________________
More information about the docs
mailing list