kc3-lang/libxml2/python/tests/attribs.py

Branch :


Log

Author Commit Date CI Message
a62b31f4 2022-04-06 19:57:30 Use portable python shebangs * In conda or Gentoo Prefix, we don't want to use the system python and instead rely on PATH lookup.
2cb6bf8e 2013-03-30 21:38:20 update all tests for Python3 and Python2
ef6c46f8 2002-03-07 22:21:56 fixed xmlHasNsProp() bugs for defaulted from DTD attribs, added a specific * tree.c python/tests/Makefile.am python/tests/attribs.py: fixed xmlHasNsProp() bugs for defaulted from DTD attribs, added a specific regression test * python/generator.py: xmlHasNsProp() and xmlHasProp() shall not raise exceptions when failing to find the attribute. Daniel