0
0
mirror of https://github.com/python/cpython.git synced 2024-11-28 08:20:55 +01:00
cpython/Lib/distutils
Greg Ward 44f8e4ea08 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.
1999-12-12 16:54:55 +00:00
..
command [from 1999-11-04] 1999-12-03 16:18:56 +00:00
__init__.py
ccompiler.py
core.py Made "verbose" mode the default; now you have to supply --quiet if you 1999-12-12 16:51:44 +00:00
errors.py
fancy_getopt.py Added support for printing out help text from option table: 'print_help()', 1999-12-12 16:54:55 +00:00
msvccompiler.py
spawn.py
sysconfig.py
text_file.py
unixccompiler.py
util.py
version.py