[Python-checkins] CVS: python/dist/src/Lib/distutils cmd.py,1.18,1.19 util.py,1.37,1.38 version.py,1.1,1.2

Jeremy Hylton python-dev@python.org
Wed, 28 Jun 2000 07:48:04 -0700


Update of /cvsroot/python/python/dist/src/Lib/distutils
In directory slayer.i.sourceforge.net:/tmp/cvs-serv723/Lib/distutils

Modified Files:
	cmd.py util.py version.py 
Log Message:
typos fixed by Rob Hooft


Index: cmd.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/distutils/cmd.py,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -r1.18 -r1.19
*** cmd.py	2000/06/08 00:02:36	1.18
--- cmd.py	2000/06/28 14:48:01	1.19
***************
*** 324,328 ****
          themselves if the current verbosity level is high enough.  This
          method takes care of all that bureaucracy for you; all you have to
!         do is supply the funtion to call and an argument tuple for it (to
          embody the "external action" being performed), a message to print
          if the verbosity level is high enough, and an optional verbosity
--- 324,328 ----
          themselves if the current verbosity level is high enough.  This
          method takes care of all that bureaucracy for you; all you have to
!         do is supply the function to call and an argument tuple for it (to
          embody the "external action" being performed), a message to print
          if the verbosity level is high enough, and an optional verbosity

Index: util.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/distutils/util.py,v
retrieving revision 1.37
retrieving revision 1.38
diff -C2 -r1.37 -r1.38
*** util.py	2000/06/24 20:40:02	1.37
--- util.py	2000/06/28 14:48:01	1.38
***************
*** 29,33 ****
  
  
! # More backwards compatability hacks
  def extend (list, new_list):
      """Appends the list 'new_list' to 'list', just like the 'extend()'
--- 29,33 ----
  
  
! # More backwards compatibility hacks
  def extend (list, new_list):
      """Appends the list 'new_list' to 'list', just like the 'extend()'

Index: version.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/distutils/version.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** version.py	1998/12/18 22:00:30	1.1
--- version.py	2000/06/28 14:48:01	1.2
***************
*** 208,212 ****
  # version numbering scheme to its domination.  The free-thinking
  # anarchists in the lot will never give in, though, and something needs
! # to be done to accomodate them.
  # 
  # Perhaps a "moderately strict" version class could be implemented that
--- 208,212 ----
  # version numbering scheme to its domination.  The free-thinking
  # anarchists in the lot will never give in, though, and something needs
! # to be done to accommodate them.
  # 
  # Perhaps a "moderately strict" version class could be implemented that