Merged revisions 85861 via svnmerge from

svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r85861 | antoine.pitrou | 2010-10-27 20:52:48 +0200 (mer., 27 oct. 2010) | 3 lines

  Recode modules from latin-1 to utf-8
........
This commit is contained in:
Antoine Pitrou 2010-10-27 18:58:04 +00:00
parent 7f08102bc6
commit b27ddc72ea
2 changed files with 3 additions and 4 deletions

View file

@ -1,4 +1,3 @@
# -*- coding: iso-8859-1 -*-
""" Test script for the Unicode implementation.
Written by Marc-Andre Lemburg (mal@lemburg.com).