[Python-checkins] python/dist/src/Tools/scripts trace.py,1.14,1.15
doerwalter@users.sourceforge.net
doerwalter@users.sourceforge.net
2003年6月19日 03:36:19 -0700
Update of /cvsroot/python/python/dist/src/Tools/scripts
In directory sc8-pr-cvs1:/tmp/cvs-serv15782/Tools/scripts
Modified Files:
trace.py
Log Message:
Make the comment prefix 7 character long, so the lines are properly
aligned.
Index: trace.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Tools/scripts/trace.py,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** trace.py 24 Apr 2003 16:02:54 -0000 1.14
--- trace.py 19 Jun 2003 10:36:17 -0000 1.15
***************
*** 305,309 ****
elif blank.match(line):
# blank lines and comments are preceded by dots
! outfile.write(' . ')
else:
# lines preceded by no marks weren't hit
--- 305,309 ----
elif blank.match(line):
# blank lines and comments are preceded by dots
! outfile.write(' . ')
else:
# lines preceded by no marks weren't hit