1
0
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:
William M. Brack
2004-12-17 22:50:53 +00:00
parent 5a9c1fdd40
commit dbbcf8e14a
2 changed files with 8 additions and 0 deletions

View File

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

View File

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