mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-29 11:41:22 +03:00
remove warnings to stdout patch from Nic Ferrier Daniel
* python/libxml.py: remove warnings to stdout patch from Nic Ferrier Daniel
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
Thu Oct 27 16:10:31 CEST 2005 Daniel Veillard <daniel@veillard.com>
|
||||||
|
|
||||||
|
* python/libxml.py: remove warnings to stdout patch from Nic Ferrier
|
||||||
|
|
||||||
Thu Oct 27 13:54:52 CEST 2005 Daniel Veillard <daniel@veillard.com>
|
Thu Oct 27 13:54:52 CEST 2005 Daniel Veillard <daniel@veillard.com>
|
||||||
|
|
||||||
* valid.c xmlregexp.c include/libxml/valid.h
|
* valid.c xmlregexp.c include/libxml/valid.h
|
||||||
|
@ -211,7 +211,8 @@ class SAXCallback:
|
|||||||
pass
|
pass
|
||||||
|
|
||||||
def warning(self, msg):
|
def warning(self, msg):
|
||||||
print msg
|
#print msg
|
||||||
|
pass
|
||||||
|
|
||||||
def error(self, msg):
|
def error(self, msg):
|
||||||
raise parserError(msg)
|
raise parserError(msg)
|
||||||
|
Reference in New Issue
Block a user