From 49d6ab62bbf087e502e8b4a375512db08c491789 Mon Sep 17 00:00:00 2001 From: Serhiy Storchaka Date: Fri, 3 Jun 2016 09:24:40 +0300 Subject: [PATCH] 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 -- 2.47.3