mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-01-13 13:17:36 +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:
parent
7802ba56ff
commit
eaccdc6554
@ -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>
|
||||
|
||||
* valid.c xmlregexp.c include/libxml/valid.h
|
||||
|
@ -211,7 +211,8 @@ class SAXCallback:
|
||||
pass
|
||||
|
||||
def warning(self, msg):
|
||||
print msg
|
||||
#print msg
|
||||
pass
|
||||
|
||||
def error(self, msg):
|
||||
raise parserError(msg)
|
||||
|
Loading…
Reference in New Issue
Block a user