commit | c68d78d25a17e65d172ccc1ac24d609c7c1d5cde | [log] [tgz] |
---|---|---|
author | William M. Brack <wbrack@src.gnome.org> | Fri Jul 16 10:39:30 2004 +0000 |
committer | William M. Brack <wbrack@src.gnome.org> | Fri Jul 16 10:39:30 2004 +0000 |
tree | 80933570cc4d01ad4984fb29b5e8201f5b901c62 | |
parent | c815505f7d7a09a834d33aa6fefe10b48be2bfc9 [diff] |
added a check on the argument for some classes (e.g. xmlDoc and xmlNode) * python/generator.py: added a check on the argument for some classes (e.g. xmlDoc and xmlNode) to prevent a segfault (as reported on the list). Further enhancement should be done to auto-create the appropriate object. * python/libxml.c: minor fix for a warning message; added a routine, currently not used, to report the description of a PyCObject. * python/libxml2class.txt: regenerated