[XML-SIG] Small typo in xml.dom.Comment

Alexandre Fayolle Alexandre.Fayolle@logilab.fr
Tue, 28 Aug 2001 12:51:34 +0200 (CEST)


I came accross this tiny typo in xml.dom.Comment while working on XmlTree
which showed bizarre nodes. I cannot access SourceFrog right now, so
here's a patch. I'll put it online later so that this valuable
contribution ^_^ does not get lost if noone has time to fix it.

--- Comment.py~ Tue Feb 20 02:00:03 2001
+++ Comment.py  Tue Aug 28 12:46:19 2001
@@ -19,4 +19,4 @@
 
     def __init__(self,ownerDocument,data):
         CharacterData.__init__(self, ownerDocument, data)
-        self.__dict__['__nodename'] = '#comment'
+        self.__dict__['__nodeName'] = '#comment'


Alexandre Fayolle
-- 
LOGILAB, Paris (France).
http://www.logilab.com   http://www.logilab.fr  http://www.logilab.org
Narval, the first software agent available as free software (GPL).