[Python-checkins] python/dist/src/Lib/distutils cmd.py,1.36,1.37

fdrake at users.sourceforge.net fdrake at users.sourceforge.net
Fri Jun 18 17:28:32 EDT 2004


Update of /cvsroot/python/python/dist/src/Lib/distutils
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6653/Lib/distutils

Modified Files:
	cmd.py 
Log Message:
fix typo

Index: cmd.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/distutils/cmd.py,v
retrieving revision 1.36
retrieving revision 1.37
diff -C2 -d -r1.36 -r1.37
*** cmd.py	12 Feb 2004 17:35:08 -0000	1.36
--- cmd.py	18 Jun 2004 21:28:28 -0000	1.37
***************
*** 69,73 ****
          # Per-command versions of the global flags, so that the user can
          # customize Distutils' behaviour command-by-command and let some
!         # commands fallback on the Distribution's behaviour.  None means
          # "not defined, check self.distribution's copy", while 0 or 1 mean
          # false and true (duh).  Note that this means figuring out the real
--- 69,73 ----
          # Per-command versions of the global flags, so that the user can
          # customize Distutils' behaviour command-by-command and let some
!         # commands fall back on the Distribution's behaviour.  None means
          # "not defined, check self.distribution's copy", while 0 or 1 mean
          # false and true (duh).  Note that this means figuring out the real




More information about the Python-checkins mailing list