From: Nick Coghlan Date: Sat, 17 Oct 2009 07:34:27 +0000 (+0000) Subject: Formatting tweak so that before and after values are vertically aligned X-Git-Tag: v2.7a1~329 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a3e97ad5bac9439f82c86a355775238655b5be87;p=python Formatting tweak so that before and after values are vertically aligned --- diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index 905e2702ee..8b351d7c03 100755 --- a/Lib/test/regrtest.py +++ b/Lib/test/regrtest.py @@ -744,8 +744,8 @@ class saved_test_environment: name, self.testname)) if self.verbose > 1: print >>sys.stderr, ( - " Before: {}\n After: {} ".format( - original, current)) + " Before: {}\n After: {} ".format( + original, current)) # XXX (ncoghlan): for most resources (e.g. sys.path) identity # matters at least as much as value. For others (e.g. cwd), # identity is irrelevant. Should we add a mechanism to check