• R. David Murray's avatar
    Merged revisions 83675 via svnmerge from · 1cbf78e0
    R. David Murray yazdı
    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.
    ........
    1cbf78e0
Adı
Son kayıt (commit)
Son güncelleme
..
c-api Loading commit data...
data Loading commit data...
distutils Loading commit data...
documenting Loading commit data...
extending Loading commit data...
faq Loading commit data...
howto Loading commit data...
includes Loading commit data...
install Loading commit data...
library Loading commit data...
reference Loading commit data...
tools Loading commit data...
tutorial Loading commit data...
using Loading commit data...
whatsnew Loading commit data...
ACKS.txt Loading commit data...
Makefile Loading commit data...
README.txt Loading commit data...
about.rst Loading commit data...
bugs.rst Loading commit data...
conf.py Loading commit data...
contents.rst Loading commit data...
copyright.rst Loading commit data...
glossary.rst Loading commit data...
license.rst Loading commit data...
make.bat Loading commit data...