From: Martin v. Löwis Date: Sun, 4 Aug 2002 17:28:33 +0000 (+0000) Subject: Add encoding declaration. X-Git-Tag: v2.3c1~4729 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a729daf2e43f3ffa2d1b3b6cd31491c840091e66;p=thirdparty%2FPython%2Fcpython.git Add encoding declaration. --- diff --git a/Lib/test/test_sax.py b/Lib/test/test_sax.py index acb765863d5e..3db0189ffa42 100644 --- a/Lib/test/test_sax.py +++ b/Lib/test/test_sax.py @@ -1,4 +1,4 @@ -# regression test for SAX 2.0 +# regression test for SAX 2.0 -*- coding: iso-8859-1 -*- # $Id$ from xml.sax import make_parser, ContentHandler, \ diff --git a/Lib/test/test_unicode.py b/Lib/test/test_unicode.py index 2218dfd10d61..028e97ad802c 100644 --- a/Lib/test/test_unicode.py +++ b/Lib/test/test_unicode.py @@ -1,3 +1,4 @@ +# -*- coding: iso-8859-1 -*- """ Test script for the Unicode implementation. Written by Marc-Andre Lemburg (mal@lemburg.com).