diff options
Diffstat (limited to 'Lib/xml/dom')
-rw-r--r-- | Lib/xml/dom/minidom.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/xml/dom/minidom.py b/Lib/xml/dom/minidom.py index 33ad736..967320f 100644 --- a/Lib/xml/dom/minidom.py +++ b/Lib/xml/dom/minidom.py @@ -459,7 +459,6 @@ class NamedNodeMap: node.unlink() del self._attrs[node.name] del self._attrsNS[(node.namespaceURI, node.localName)] - self.length = len(self._attrs) AttributeList = NamedNodeMap |