mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-29 11:41:22 +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>
|
||||
|
||||
* doc/Makefile.am: changed maintainer-clean dependency with
|
||||
|
@ -735,6 +735,8 @@ functions_noexcept = {
|
||||
"xmlHasProp": 1,
|
||||
"xmlHasNsProp": 1,
|
||||
"xmlDocSetRootElement": 1,
|
||||
"xmlNodeGetNs": 1,
|
||||
"xmlNodeGetNsDefs": 1,
|
||||
}
|
||||
|
||||
reference_keepers = {
|
||||
|
Reference in New Issue
Block a user