mirror of
https://gitlab.gnome.org/GNOME/libxml2
synced 2025-03-28 21:33:13 +00:00
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:
parent
372a445479
commit
a9a1b10514
@ -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
|
||||
|
@ -1,4 +1,5 @@
|
||||
#!/usr/bin/python -u
|
||||
# -*- coding: ISO-8859-1 -*-
|
||||
import sys
|
||||
import libxml2
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
#!/usr/bin/python -u
|
||||
# -*- coding: ISO-8859-1 -*-
|
||||
#
|
||||
# this tests the basic APIs of the XmlTextReader interface
|
||||
#
|
||||
|
Loading…
x
Reference in New Issue
Block a user