[Python-checkins] cpython (3.3): Normalize whitespace

zach.ware python-checkins at python.org
Sun Dec 8 07:45:27 CET 2013


http://hg.python.org/cpython/rev/9826bfb802ca
changeset:   87822:9826bfb802ca
branch:      3.3
user:        Zachary Ware <zachary.ware at gmail.com>
date:        Sun Dec 08 00:38:54 2013 -0600
summary:
  Normalize whitespace

files:
  Lib/test/test_dis.py |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Lib/test/test_dis.py b/Lib/test/test_dis.py
--- a/Lib/test/test_dis.py
+++ b/Lib/test/test_dis.py
@@ -228,7 +228,7 @@
         # so fails if the tests are run with -O.  Skip this test then.
 
         if __debug__:
-           self.do_disassembly_test(bug1333982, dis_bug1333982)
+            self.do_disassembly_test(bug1333982, dis_bug1333982)
 
     def test_big_linenos(self):
         def func(count):

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list