]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
When creating an attribute node using createAttribute() or
authorFred Drake <fdrake@acm.org>
Fri, 23 Mar 2001 04:39:24 +0000 (04:39 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 23 Mar 2001 04:39:24 +0000 (04:39 +0000)
commit6526bf863eff2ef78465ba90d19a280d6657bddf
tree1bac9057f590eda147ff6a0a4bbf46466cd3afbf
parent5e0dfaccd10317e5baa0295e77add07712de2dd7
When creating an attribute node using createAttribute() or
createAttributeNS(), use the parallel setAttributeNode() or
setAttributeNodeNS() to add the node to the document -- do not assume
that setAttributeNode() will operate properly for both.
Lib/xml/dom/pulldom.py