[Python-checkins] python/dist/src/Tools/scripts combinerefs.py,1.2,1.3
gvanrossum@users.sourceforge.net
gvanrossum@users.sourceforge.net
Fri, 18 Apr 2003 12:51:13 -0700
Update of /cvsroot/python/python/dist/src/Tools/scripts
In directory sc8-pr-cvs1:/tmp/cvs-serv338
Modified Files:
combinerefs.py
Log Message:
Don't double-space the "??? new object ..." messages.
Index: combinerefs.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Tools/scripts/combinerefs.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** combinerefs.py 18 Apr 2003 01:02:37 -0000 1.2
--- combinerefs.py 18 Apr 2003 19:51:10 -0000 1.3
***************
*** 107,111 ****
addr, rc, guts = m.groups() # guts is type name here
if addr not in addr2rc:
! print '??? new object created while tearing down:', line
continue
print addr,
--- 107,111 ----
addr, rc, guts = m.groups() # guts is type name here
if addr not in addr2rc:
! print '??? new object created while tearing down:', line.rstrip()
continue
print addr,