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