[Python-checkins] python/dist/src/Tools/versioncheck checkversions.py, 1.4, 1.5 pyversioncheck.py, 1.5, 1.6

tim_one at users.sourceforge.net tim_one at users.sourceforge.net
Sun Jul 18 08:02:07 CEST 2004


Update of /cvsroot/python/python/dist/src/Tools/versioncheck
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29862/versioncheck

Modified Files:
	checkversions.py pyversioncheck.py 
Log Message:
Whitespace normalization, via reindent.py.


Index: checkversions.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Tools/versioncheck/checkversions.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** checkversions.py	24 Oct 2003 20:09:23 -0000	1.4
--- checkversions.py	18 Jul 2004 06:02:05 -0000	1.5
***************
*** 1,3 ****
! """Checkversions - recursively search a directory (default: sys.prefix) 
  for _checkversion.py files, and run each of them. This will tell you of
  new versions available for any packages you have installed."""
--- 1,3 ----
! """Checkversions - recursively search a directory (default: sys.prefix)
  for _checkversion.py files, and run each of them. This will tell you of
  new versions available for any packages you have installed."""
***************
*** 30,34 ****
          except:
              print '** Exception in', fullname
!             
  def walk1tree(tree):
      os.path.walk(tree, check1dir, None)
--- 30,34 ----
          except:
              print '** Exception in', fullname
! 
  def walk1tree(tree):
      os.path.walk(tree, check1dir, None)
***************
*** 51,54 ****
  if __name__ == '__main__':
      main()
- 
- 
--- 51,52 ----

Index: pyversioncheck.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Tools/versioncheck/pyversioncheck.py,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** pyversioncheck.py	24 Oct 2003 20:09:23 -0000	1.5
--- pyversioncheck.py	18 Jul 2004 06:02:05 -0000	1.6
***************
*** 97,99 ****
  if __name__ == '__main__':
      _test()
- 
--- 97,98 ----



More information about the Python-checkins mailing list