]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Added support for printing out help text from option table: 'print_help()',
authorGreg Ward <gward@python.net>
Sun, 12 Dec 1999 16:54:55 +0000 (16:54 +0000)
committerGreg Ward <gward@python.net>
Sun, 12 Dec 1999 16:54:55 +0000 (16:54 +0000)
commit44f8e4ea0860863c35fa311bf3deb32aadf882ab
treeb7fa7c8839e089dc3b0780854386c5654b7e847c
parentc9c37b1c6e6105fe00e4aa958b62f946a75800ac
Added support for printing out help text from option table: 'print_help()',
  'generate_help()', 'wrap_text()' functions, and a little tiny test
  of 'wrap_text()'.
Changed how caller states that one option is the boolean opposite of
  another: added 'negative_opt' parameter to 'fancy_getopt()', and changed
  to use it instead of parsing long option name.
Lib/distutils/fancy_getopt.py