[Python-checkins] python/dist/src/Lib/distutils cmd.py,1.34,1.35

doerwalter at users.sourceforge.net doerwalter at users.sourceforge.net
Mon Oct 20 10:02:23 EDT 2003


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

Modified Files:
	cmd.py 
Log Message:
Fix a bunch of typos in documentation, docstrings and comments.
(From SF patch #810751)


Index: cmd.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/distutils/cmd.py,v
retrieving revision 1.34
retrieving revision 1.35
diff -C2 -d -r1.34 -r1.35
*** cmd.py	20 Feb 2003 02:10:08 -0000	1.34
--- cmd.py	20 Oct 2003 14:01:51 -0000	1.35
***************
*** 149,153 ****
          This is always called as late as possible, ie.  after any option
          assignments from the command-line or from other commands have been
!         done.  Thus, this is the place to to code option dependencies: if
          'foo' depends on 'bar', then it is safe to set 'foo' from 'bar' as
          long as 'foo' still has the same value it was assigned in
--- 149,153 ----
          This is always called as late as possible, ie.  after any option
          assignments from the command-line or from other commands have been
!         done.  Thus, this is the place to code option dependencies: if
          'foo' depends on 'bar', then it is safe to set 'foo' from 'bar' as
          long as 'foo' still has the same value it was assigned in





More information about the Python-checkins mailing list