cpython/Lib/xml/dom
Fred Drake 33d2b84b2c CharacterData methods: Update self.length on changes instead of extended
the __getattr__() handler.

Text.splitText():  Update the length and nodeValue attributes.
2001-04-04 15:15:18 +00:00
..
__init__.py Patch #103885: Add dynamic registration and lookup of DOM implementations. 2001-02-22 14:05:50 +00:00
domreg.py Patch #103885: Add dynamic registration and lookup of DOM implementations. 2001-02-22 14:05:50 +00:00
minidom.py CharacterData methods: Update self.length on changes instead of extended 2001-04-04 15:15:18 +00:00
pulldom.py When creating an attribute node using createAttribute() or 2001-03-23 04:39:24 +00:00