From 13c475385bc7ca46050d5162dfe277d0b9a8094f Mon Sep 17 00:00:00 2001 From: Alexander Belopolsky Date: Sun, 25 Jul 2010 15:02:55 +0000 Subject: [PATCH] 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. --- Lib/test/{test_profilehooks.py => test_sys_setprofile.py} | 0 Lib/test/{test_trace.py => test_sys_settrace.py} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename Lib/test/{test_profilehooks.py => test_sys_setprofile.py} (100%) rename Lib/test/{test_trace.py => test_sys_settrace.py} (100%) 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 -- 2.50.1