]> granicus.if.org Git - python/commit
Improvements to the help system:
authorGreg Ward <gward@python.net>
Sun, 30 Jan 2000 18:30:32 +0000 (18:30 +0000)
committerGreg Ward <gward@python.net>
Sun, 30 Jan 2000 18:30:32 +0000 (18:30 +0000)
commitf0fd6175b3a1473bd2c51301a57a6d083551989f
tree67627e965d7ecd955e22dc57f89268aa5fa0179a
parent7478a4832a29a7179a299570ab8bb5148e57dcf0
Improvements to the help system:
  * "--help" can now come either before or after particular commands
    to get help on and can give help on multiple commands, eg.
    "--help install dist" gives help on those two commands
  * added "--help-commands" option, implemented by the 'print_commands()'
    and 'print_command_list()' methods
Lib/distutils/core.py