From 6765015f6ceaad6a076f839ce778a96be565dbaa Mon Sep 17 00:00:00 2001 From: Serhiy Storchaka Date: Thu, 13 Jun 2013 09:50:42 +0300 Subject: [PATCH] Issue #18048: Rename test_coding.py to test_source_encoding.py. --- Lib/test/{test_coding.py => test_source_encoding.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Lib/test/{test_coding.py => test_source_encoding.py} (100%) diff --git a/Lib/test/test_coding.py b/Lib/test/test_source_encoding.py similarity index 100% rename from Lib/test/test_coding.py rename to Lib/test/test_source_encoding.py -- 2.50.1