mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-29 11:41:22 +03: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:
@ -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>
|
Tue Feb 17 21:08:11 HKT 2004 William Brack <wbrack@mmm.com.hk>
|
||||||
|
|
||||||
* xpath.c: fixed problem with numbers having > 19
|
* xpath.c: fixed problem with numbers having > 19
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
#!/usr/bin/python -u
|
#!/usr/bin/python -u
|
||||||
|
# -*- coding: ISO-8859-1 -*-
|
||||||
import sys
|
import sys
|
||||||
import libxml2
|
import libxml2
|
||||||
|
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
#!/usr/bin/python -u
|
#!/usr/bin/python -u
|
||||||
|
# -*- coding: ISO-8859-1 -*-
|
||||||
#
|
#
|
||||||
# this tests the basic APIs of the XmlTextReader interface
|
# this tests the basic APIs of the XmlTextReader interface
|
||||||
#
|
#
|
||||||
|
Reference in New Issue
Block a user