mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-29 11:41:22 +03:00
fixed a bug raised by Raymond Wiker, docSetRootElement() should not raise
* python/generator.py: fixed a bug raised by Raymond Wiker, docSetRootElement() should not raise an exception if the return is None Daniel
This commit is contained in:
@ -1,3 +1,9 @@
|
|||||||
|
Fri Jan 10 16:20:34 CET 2003 Daniel Veillard <daniel@veillard.com>
|
||||||
|
|
||||||
|
* python/generator.py: fixed a bug raised by Raymond Wiker,
|
||||||
|
docSetRootElement() should not raise an exception if the
|
||||||
|
return is None
|
||||||
|
|
||||||
Fri Jan 10 14:13:03 CET 2003 Daniel Veillard <daniel@veillard.com>
|
Fri Jan 10 14:13:03 CET 2003 Daniel Veillard <daniel@veillard.com>
|
||||||
|
|
||||||
* python/libxml.py python/libxml.c python/libxml2-python-api.xml:
|
* python/libxml.py python/libxml.c python/libxml2-python-api.xml:
|
||||||
|
@ -632,6 +632,7 @@ classes_destructors = {
|
|||||||
functions_noexcept = {
|
functions_noexcept = {
|
||||||
"xmlHasProp": 1,
|
"xmlHasProp": 1,
|
||||||
"xmlHasNsProp": 1,
|
"xmlHasNsProp": 1,
|
||||||
|
"xmlDocSetRootElement": 1,
|
||||||
}
|
}
|
||||||
|
|
||||||
reference_keepers = {
|
reference_keepers = {
|
||||||
|
Reference in New Issue
Block a user