[Python-checkins] python/dist/src/Doc/tools rewrite.py,1.2,1.3

fdrake at users.sourceforge.net fdrake at users.sourceforge.net
Thu Oct 2 12:30:19 EDT 2003


Update of /cvsroot/python/python/dist/src/Doc/tools
In directory sc8-pr-cvs1:/tmp/cvs-serv7125

Modified Files:
	rewrite.py 
Log Message:
normalize whitespace


Index: rewrite.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/tools/rewrite.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** rewrite.py	16 Oct 2002 15:27:02 -0000	1.2
--- rewrite.py	2 Oct 2003 16:30:17 -0000	1.3
***************
*** 20,24 ****
          d["DATE"] = date
      return d
!     
  
  def main():
--- 20,24 ----
          d["DATE"] = date
      return d
! 
  
  def main():





More information about the Python-checkins mailing list