mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-28 00:21:53 +03:00
modified to allow the ns and nsDefs accessors to return None instead of
* python/generator.py: modified to allow the ns and nsDefs accessors to return None instead of error when no namespace is present (bug #)
This commit is contained in:
@ -1,3 +1,9 @@
|
|||||||
|
Fri Dec 17 14:52:17 PST 2004 William Brack <wbrack@mmm.com.hk>
|
||||||
|
|
||||||
|
* python/generator.py: modified to allow the ns and nsDefs
|
||||||
|
accessors to return None instead of error when no namespace
|
||||||
|
is present (bug #)
|
||||||
|
|
||||||
Fri Dec 17 11:40:21 PST 2004 William Brack <wbrack@mmm.com.hk>
|
Fri Dec 17 11:40:21 PST 2004 William Brack <wbrack@mmm.com.hk>
|
||||||
|
|
||||||
* doc/Makefile.am: changed maintainer-clean dependency with
|
* doc/Makefile.am: changed maintainer-clean dependency with
|
||||||
|
@ -735,6 +735,8 @@ functions_noexcept = {
|
|||||||
"xmlHasProp": 1,
|
"xmlHasProp": 1,
|
||||||
"xmlHasNsProp": 1,
|
"xmlHasNsProp": 1,
|
||||||
"xmlDocSetRootElement": 1,
|
"xmlDocSetRootElement": 1,
|
||||||
|
"xmlNodeGetNs": 1,
|
||||||
|
"xmlNodeGetNsDefs": 1,
|
||||||
}
|
}
|
||||||
|
|
||||||
reference_keepers = {
|
reference_keepers = {
|
||||||
|
Reference in New Issue
Block a user