[Python-checkins] CVS: python/dist/src/Lib/distutils fancy_getopt.py,1.18,1.19
A.M. Kuchling
akuchling@users.sourceforge.net
2001年8月09日 13:57:49 -0700
Update of /cvsroot/python/python/dist/src/Lib/distutils
In directory usw-pr-cvs1:/tmp/cvs-serv6163
Modified Files:
fancy_getopt.py
Log Message:
Use correct variable name
Index: fancy_getopt.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/distutils/fancy_getopt.py,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** fancy_getopt.py 2000年09月26日 02:06:03 1.18
--- fancy_getopt.py 2001年08月09日 20:57:46 1.19
***************
*** 276,280 ****
if val != '': # shouldn't have a value!
raise DistutilsInternalError, \
! "this can't happen: bad option value '%s'" % value
alias = self.negative_alias.get(opt)
--- 276,280 ----
if val != '': # shouldn't have a value!
raise DistutilsInternalError, \
! "this can't happen: bad option value '%s'" % val
alias = self.negative_alias.get(opt)