From: Guido van Rossum Date: Fri, 18 Apr 2003 19:51:10 +0000 (+0000) Subject: Don't double-space the "??? new object ..." messages. X-Git-Tag: v2.3c1~1127 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6869458236f4010dd14622ad74853b888164ca12;p=python Don't double-space the "??? new object ..." messages. --- diff --git a/Tools/scripts/combinerefs.py b/Tools/scripts/combinerefs.py index edd1a860a5..5a9d0eaa44 100644 --- a/Tools/scripts/combinerefs.py +++ b/Tools/scripts/combinerefs.py @@ -106,7 +106,7 @@ def combine(fname): assert m addr, rc, guts = m.groups() # guts is type name here if addr not in addr2rc: - print '??? new object created while tearing down:', line + print '??? new object created while tearing down:', line.rstrip() continue print addr, if rc == addr2rc[addr]: