mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-04 08:02:34 +03:00
added an encoding "special comment" to avoid warning message in python2.3
* python/drv_libxml.py: added an encoding "special comment" to avoid warning message in python2.3 (bug 146889) * Makefile.am, python/Makefile.am, python/tests/Makefile.am: small change to make "make tests" a little quieter (MAKEFLAGS+=--silent) * xpath.c: enhanced to take advantage of current libxslt handling of tmpRVT. Fixes bug 145547.
This commit is contained in:
@ -1,3 +1,4 @@
|
||||
# -*- coding: iso-8859-1 -*-
|
||||
""" A SAX2 driver for libxml2, on top of it's XmlReader API
|
||||
|
||||
USAGE
|
||||
|
Reference in New Issue
Block a user