[Python-checkins] distutils2: Uniformize last encoding declaration (follow-up to 689ec6a55b14)

tarek.ziade python-checkins at python.org
Sun Sep 19 10:20:23 CEST 2010


tarek.ziade pushed df172c0336be to distutils2:

http://hg.python.org/distutils2/rev/df172c0336be
changeset:   657:df172c0336be
user:        ?ric Araujo <merwok at netwok.org>
date:        Sat Aug 28 12:47:49 2010 +0200
summary:     Uniformize last encoding declaration (follow-up to 689ec6a55b14)
files:       src/distutils2/tests/test_upload_docs.py

diff --git a/src/distutils2/tests/test_upload_docs.py b/src/distutils2/tests/test_upload_docs.py
--- a/src/distutils2/tests/test_upload_docs.py
+++ b/src/distutils2/tests/test_upload_docs.py
@@ -1,4 +1,4 @@
-# -*- encoding: utf8 -*-
+# -*- encoding: utf-8 -*-
 """Tests for distutils.command.upload_docs."""
 import os
 import sys

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


More information about the Python-checkins mailing list