1
0
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:
Daniel Veillard
2005-10-27 14:10:52 +00:00
parent 7802ba56ff
commit eaccdc6554
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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)