indicated encoding of the test file, needed for python 2.3 Daniel

* python/tests/indexes.py python/tests/reader.py: indicated
  encoding of the test file, needed for python 2.3
Daniel
This commit is contained in:
Daniel Veillard 2004-02-17 13:24:01 +00:00
parent 372a445479
commit a9a1b10514
3 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
Tue Feb 17 13:27:27 CET 2004 Daniel Veillard <daniel@veillard.com>
* python/tests/indexes.py python/tests/reader.py: indicated
encoding of the test file, needed for python 2.3
Tue Feb 17 21:08:11 HKT 2004 William Brack <wbrack@mmm.com.hk>
* xpath.c: fixed problem with numbers having > 19

View File

@ -1,4 +1,5 @@
#!/usr/bin/python -u
# -*- coding: ISO-8859-1 -*-
import sys
import libxml2

View File

@ -1,4 +1,5 @@
#!/usr/bin/python -u
# -*- coding: ISO-8859-1 -*-
#
# this tests the basic APIs of the XmlTextReader interface
#