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

doerwalter at users.sourceforge.net doerwalter at users.sourceforge.net
Mon Oct 20 10:35:18 EDT 2003


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

Modified Files:
      Tag: release23-maint
	cmd.py 
Log Message:
Backport checkin:
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.34.10.1
diff -C2 -d -r1.34 -r1.34.10.1
*** cmd.py	20 Feb 2003 02:10:08 -0000	1.34
--- cmd.py	20 Oct 2003 14:34:46 -0000	1.34.10.1
***************
*** 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