[Python-checkins] python/dist/src/Tools/scripts diff.py, 1.1, 1.2 texcheck.py, 1.9, 1.10

tim_one at users.sourceforge.net tim_one at users.sourceforge.net
Thu Jul 8 06:22:38 CEST 2004


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

Modified Files:
	diff.py texcheck.py 
Log Message:
Whitespace normalization.


Index: diff.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Tools/scripts/diff.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** diff.py	8 Jun 2003 23:04:17 -0000	1.1
--- diff.py	8 Jul 2004 04:22:20 -0000	1.2
***************
*** 39,41 ****
  
  sys.stdout.writelines(diff)
- 
--- 39,40 ----

Index: texcheck.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Tools/scripts/texcheck.py,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** texcheck.py	8 Sep 2003 18:41:18 -0000	1.9
--- texcheck.py	8 Jul 2004 04:22:35 -0000	1.10
***************
*** 231,233 ****
  if __name__ == '__main__':
      sys.exit(main())
- 
--- 231,232 ----



More information about the Python-checkins mailing list