diff options
author | R. David Murray <rdmurray@bitdance.com> | 2010-12-11 02:26:37 (GMT) |
---|---|---|
committer | R. David Murray <rdmurray@bitdance.com> | 2010-12-11 02:26:37 (GMT) |
commit | d06f801e282991c8c274ba632e79e285230c838a (patch) | |
tree | 0453b6fcc584f3c92e117841a4b4b241576ead08 | |
parent | 07c1bd7457b0a9d65b5cb565dd7cc5dfc5f661db (diff) | |
download | cpython-d06f801e282991c8c274ba632e79e285230c838a.zip cpython-d06f801e282991c8c274ba632e79e285230c838a.tar.gz cpython-d06f801e282991c8c274ba632e79e285230c838a.tar.bz2 |
Blocked revisions 83675,85087,85178 via svnmerge
........
r83675 | r.david.murray | 2010-08-03 13:56:09 -0400 (Tue, 03 Aug 2010) | 12 lines
#9444: use first of prefix_chars for help opt instead of raising error
An argparse option parser created with a prefix_chars that did not
include a '-' would happily add -h and --help options, and then throw
an error when it tried to format the help because the - was an invalid
prefix character. This patch makes it use the first character of
prefix_chars as the character for the help options if and only if '-'
is not one of the valid prefix_chars.
Fix by Theodore Turocy, unit tests by Catherine Devlin.
........
r85087 | r.david.murray | 2010-09-28 21:22:20 -0400 (Tue, 28 Sep 2010) | 2 lines
Have test_sqlite print version info when run in verbose mode.
........
r85178 | r.david.murray | 2010-10-02 09:29:13 -0400 (Sat, 02 Oct 2010) | 2 lines
Make the printing of sqlite version in verbose mode work with regrtest -w.
........
0 files changed, 0 insertions, 0 deletions