Files
cpython/Lib
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
..
2009-10-09 22:15:50 +00:00
2010-02-08 22:37:52 +00:00
2010-07-03 13:53:45 +00:00
2010-06-22 18:09:02 +00:00
2009-10-14 17:30:52 +00:00
2009-11-12 23:42:23 +00:00
2010-04-11 20:39:28 +00:00
2009-06-23 10:51:02 +00:00
2010-04-03 15:45:59 +00:00
2010-04-04 23:23:22 +00:00
2009-06-11 17:51:17 +00:00
2009-05-10 01:38:02 +00:00
2009-06-12 20:14:08 +00:00
2009-08-28 16:48:03 +00:00
2010-01-31 16:46:26 +00:00
2010-06-27 11:24:15 +00:00
2010-08-02 21:36:12 +00:00
2010-05-05 22:41:25 +00:00
2009-08-27 23:13:18 +00:00
2010-06-03 21:21:03 +00:00
2009-07-01 13:34:35 +00:00
2009-10-15 03:05:39 +00:00
2010-06-22 18:09:02 +00:00
2010-06-22 09:18:28 +00:00
2010-07-24 02:51:49 +00:00