[Python-checkins] distutils2: utf8 is in a encoding recognized by emacs

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


tarek.ziade pushed ea0dc3e9532c to distutils2:

http://hg.python.org/distutils2/rev/ea0dc3e9532c
changeset:   863:ea0dc3e9532c
user:        George Peristerakis <peristerakis at gmail.com>
date:        Wed Dec 08 22:16:49 2010 -0500
summary:
  utf8 is in a encoding recognized by emacs

files:
  setup.py

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