From: Alexander Belopolsky Date: Sun, 25 Jul 2010 14:58:54 +0000 (+0000) Subject: Issue #9315: Revert r83005 before renaming test_trace to X-Git-Tag: v3.2a1~112 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f6d2ca06ac7ecb3eceeee166f781840b1e033b33;p=thirdparty%2FPython%2Fcpython.git Issue #9315: Revert r83005 before renaming test_trace to test_sys_settrace and test_profilehooks to test_sys_setprofile in all three branches. --- diff --git a/Lib/test/test_line_tracing.py b/Lib/test/test_trace.py similarity index 100% rename from Lib/test/test_line_tracing.py rename to Lib/test/test_trace.py