Files
cpython/Lib/test
R. David Murray 1cbf78e040 Merged revisions 83675 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  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.
........
2010-08-03 18:14:01 +00:00
..
2008-05-26 21:44:26 +00:00
2008-05-14 01:08:21 +00:00
2010-03-30 18:58:22 +00:00
2010-06-23 20:29:26 +00:00
2010-02-06 23:02:29 +00:00
2010-04-16 21:55:10 +00:00
2010-02-06 23:06:24 +00:00
2010-02-06 23:06:24 +00:00
2010-06-22 20:32:02 +00:00
2009-12-29 00:09:33 +00:00
2009-06-30 22:57:08 +00:00
2009-06-30 22:57:08 +00:00
2010-01-31 18:02:35 +00:00
2010-06-28 15:41:06 +00:00
2010-06-22 09:18:28 +00:00
2010-02-06 23:12:19 +00:00
2009-06-30 22:57:08 +00:00
2010-05-15 17:48:55 +00:00
2010-05-06 14:11:23 +00:00
2010-06-29 07:37:25 +00:00