commit | 156c337f665a713767fa63b6c16ee6e9dea16250 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Thu Dec 28 18:40:56 2000 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Thu Dec 28 18:40:56 2000 +0000 |
tree | 4d481c4ef5ad6068fdc4f605725d621e7ccf583f | |
parent | 88b5ae0110c614591c31a1f0f63c81655f49651f [diff] |
Merge changes up to 1.10 from PyXML: - implement hasAttribute and hasAttributeNS (1.7) - Node.replaceChild(): Update the sibling nodes to point to newChild. Set the .nextSibling attribute on oldChild instead of adding a .newChild attribute (1.9).