[Python-checkins] python/dist/src/Lib/distutils fancy_getopt.py,1.24,1.25

jhylton@users.sourceforge.net jhylton@users.sourceforge.net
Tue, 04 Jun 2002 14:12:01 -0700


Update of /cvsroot/python/python/dist/src/Lib/distutils
In directory usw-pr-cvs1:/tmp/cvs-serv25265

Modified Files:
	fancy_getopt.py 
Log Message:
Test changes before checking them in.


Index: fancy_getopt.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/distutils/fancy_getopt.py,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -d -r1.24 -r1.25
*** fancy_getopt.py	4 Jun 2002 21:10:35 -0000	1.24
--- fancy_getopt.py	4 Jun 2002 21:11:56 -0000	1.25
***************
*** 360,364 ****
  
          for option in self.option_table:
!             long, short, help = option_table[:3]
              text = wrap_text(help, text_width)
              if long[-1] == '=':
--- 360,364 ----
  
          for option in self.option_table:
!             long, short, help = option[:3]
              text = wrap_text(help, text_width)
              if long[-1] == '=':