1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-07-10 10:41:05 +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

@ -735,6 +735,8 @@ functions_noexcept = {
"xmlHasProp": 1,
"xmlHasNsProp": 1,
"xmlDocSetRootElement": 1,
"xmlNodeGetNs": 1,
"xmlNodeGetNsDefs": 1,
}
reference_keepers = {