[Distutils-checkins] CVS: distutils/distutils fancy_getopt.py

Greg Ward gward@cnri.reston.va.us
Sun, 12 Dec 1999 11:54:58 -0500 (EST)


Update of /projects/cvsroot/distutils/distutils
In directory thrak:/home/gward/python/distutils/distutils

Modified Files:
	fancy_getopt.py 
Log Message:
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.