[Python-checkins] r84782 - python/branches/release27-maint/Lib/test/test_trace.py

alexander.belopolsky python-checkins at python.org
Mon Sep 13 20:16:55 CEST 2010


Author: alexander.belopolsky
Date: Mon Sep 13 20:16:55 2010
New Revision: 84782

Log:
Removed debugging setting

Modified:
   python/branches/release27-maint/Lib/test/test_trace.py

Modified: python/branches/release27-maint/Lib/test/test_trace.py
==============================================================================
--- python/branches/release27-maint/Lib/test/test_trace.py	(original)
+++ python/branches/release27-maint/Lib/test/test_trace.py	Mon Sep 13 20:16:55 2010
@@ -219,7 +219,7 @@
     def setUp(self):
         self.tracer = Trace(count=0, trace=0, countfuncs=1)
         self.filemod = my_file_and_modname()
-        self.maxDiff = None
+
     def test_simple_caller(self):
         self.tracer.runfunc(traced_func_simple_caller, 1)
 


More information about the Python-checkins mailing list