[Python-checkins] distutils2: Slightly improved coverage for upload command

tarek.ziade python-checkins at python.org
Sun Jan 23 15:48:23 CET 2011


tarek.ziade pushed 359fcc5917f1 to distutils2:

http://hg.python.org/distutils2/rev/359fcc5917f1
changeset:   865:359fcc5917f1
parent:      864:7a629c5f9e43
parent:      863:ea0dc3e9532c
user:        smathieu <simon.math at gmail.com>
date:        Wed Dec 08 22:25:38 2010 -0500
summary:
  Slightly improved coverage for upload command

files:
  

diff --git a/distutils2/tests/test_config.py b/distutils2/tests/test_config.py
--- a/distutils2/tests/test_config.py
+++ b/distutils2/tests/test_config.py
@@ -1,4 +1,4 @@
-# -*- encoding: utf8 -*-
+# -*- encoding: utf-8 -*-
 """Tests for distutils.config."""
 import os
 import sys
diff --git a/setup.py b/setup.py
--- a/setup.py
+++ b/setup.py
@@ -1,5 +1,5 @@
 #!/usr/bin/env python
-# -*- encoding: utf8 -*-
+# -*- encoding: utf-8 -*-
 import sys
 import os
 import re

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


More information about the Python-checkins mailing list