From 07c805d0fc8a409670e4db9e5772ec36daef1e93 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.47.3