[Python-checkins] cpython: Issue #18048: Rename test_pep263.py to test_source_encoding.py.

serhiy.storchaka python-checkins at python.org
Thu Jun 13 09:12:55 CEST 2013


http://hg.python.org/cpython/rev/00a199c265c3
changeset:   84111:00a199c265c3
user:        Serhiy Storchaka <storchaka at gmail.com>
date:        Thu Jun 13 09:48:15 2013 +0300
summary:
  Issue #18048: Rename test_pep263.py to test_source_encoding.py.

files:
  Lib/test/test_pep263.py |  0 
  1 files changed, 0 insertions(+), 0 deletions(-)


diff --git a/Lib/test/test_pep263.py b/Lib/test/test_source_encoding.py
rename from Lib/test/test_pep263.py
rename to Lib/test/test_source_encoding.py

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list