From 9415bc41aba17e8e0adc9312ad9d96e4eeb5c842 Mon Sep 17 00:00:00 2001 From: Serhiy Storchaka Date: Fri, 3 Jun 2016 10:30:25 +0300 Subject: [PATCH 1/3] Issue #27185: Rename test_string.py to test_string_merged.py. --- Lib/test/{test_string.py => test_string_merged.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Lib/test/{test_string.py => test_string_merged.py} (100%) diff --git a/Lib/test/test_string.py b/Lib/test/test_string_merged.py similarity index 100% rename from Lib/test/test_string.py rename to Lib/test/test_string_merged.py From 73e16135bfff40b7bca40b97abaa7bdb9bcf4b38 Mon Sep 17 00:00:00 2001 From: Serhiy Storchaka Date: Fri, 3 Jun 2016 10:32:36 +0300 Subject: [PATCH 2/3] Issue #27185: Rename test_pep292.py to test_string_merged.py. --- Lib/test/{test_pep292.py => test_string_merged.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Lib/test/{test_pep292.py => test_string_merged.py} (100%) diff --git a/Lib/test/test_pep292.py b/Lib/test/test_string_merged.py similarity index 100% rename from Lib/test/test_pep292.py rename to Lib/test/test_string_merged.py From 10fd0aaf8b2dae1101cc2e33d15ecd43911aa3a1 Mon Sep 17 00:00:00 2001 From: Serhiy Storchaka Date: Fri, 3 Jun 2016 10:38:24 +0300 Subject: [PATCH 3/3] Issue #27185: Rename test_string_merged.py back to test_string.py. --- Lib/test/{test_string_merged.py => test_string.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Lib/test/{test_string_merged.py => test_string.py} (100%) diff --git a/Lib/test/test_string_merged.py b/Lib/test/test_string.py similarity index 100% rename from Lib/test/test_string_merged.py rename to Lib/test/test_string.py