Whitespace normalization.

This commit is contained in:
Tim Peters 2001-11-13 21:51:26 +00:00
parent 135cce8718
commit 8876848323
5 changed files with 6 additions and 8 deletions

View file

@ -283,7 +283,7 @@ def _safe_repr(object, context, maxlevels, level):
recursive = 1
del context[objid]
return format % _commajoin(components), readable, recursive
rep = `object`
return rep, (rep and not rep.startswith('<')), 0