From: Alexander Belopolsky Date: Sun, 25 Jul 2010 15:02:55 +0000 (+0000) Subject: Issue #9315: Renamed test_trace to test_sys_settrace and X-Git-Tag: v3.2a1~111 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=13c475385bc7ca46050d5162dfe277d0b9a8094f;p=thirdparty%2FPython%2Fcpython.git Issue #9315: Renamed test_trace to test_sys_settrace and test_profilehooks to test_sys_setprofile so that test_trace can be used for testing the trace module and for naming consistency. --- diff --git a/Lib/test/test_profilehooks.py b/Lib/test/test_sys_setprofile.py similarity index 100% rename from Lib/test/test_profilehooks.py rename to Lib/test/test_sys_setprofile.py diff --git a/Lib/test/test_trace.py b/Lib/test/test_sys_settrace.py similarity index 100% rename from Lib/test/test_trace.py rename to Lib/test/test_sys_settrace.py