[Python-checkins] python/dist/src/Lib/test test_sax.py,1.20,1.21 test_unicode.py,1.59,1.60

loewis@users.sourceforge.net loewis@users.sourceforge.net
Sun, 04 Aug 2002 10:28:36 -0700


Update of /cvsroot/python/python/dist/src/Lib/test
In directory usw-pr-cvs1:/tmp/cvs-serv1651a/test

Modified Files:
	test_sax.py test_unicode.py 
Log Message:
Add encoding declaration.


Index: test_sax.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test_sax.py,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** test_sax.py	23 Jul 2002 19:04:00 -0000	1.20
--- test_sax.py	4 Aug 2002 17:28:33 -0000	1.21
***************
*** 1,3 ****
! # regression test for SAX 2.0
  # $Id$
  
--- 1,3 ----
! # regression test for SAX 2.0            -*- coding: iso-8859-1 -*-
  # $Id$
  

Index: test_unicode.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test_unicode.py,v
retrieving revision 1.59
retrieving revision 1.60
diff -C2 -d -r1.59 -r1.60
*** test_unicode.py	23 Jul 2002 19:04:08 -0000	1.59
--- test_unicode.py	4 Aug 2002 17:28:33 -0000	1.60
***************
*** 1,2 ****
--- 1,3 ----
+ # -*- coding: iso-8859-1 -*-
  """ Test script for the Unicode implementation.