Skip to content

Commit a729daf

Browse files
committed
Add encoding declaration.
1 parent 09776b7 commit a729daf

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Lib/test/test_sax.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# regression test for SAX 2.0
1+
# regression test for SAX 2.0 -*- coding: iso-8859-1 -*-
22
# $Id$
33

44
from xml.sax import make_parser, ContentHandler, \

Lib/test/test_unicode.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# -*- coding: iso-8859-1 -*-
12
""" Test script for the Unicode implementation.
23
34
Written by Marc-Andre Lemburg ([email protected]).

0 commit comments

Comments
 (0)