]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
CharacterData methods: Update self.length on changes instead of extended
authorFred Drake <fdrake@acm.org>
Wed, 4 Apr 2001 15:15:18 +0000 (15:15 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 4 Apr 2001 15:15:18 +0000 (15:15 +0000)
commit33d2b84b2c420ef6e182aa6c6c91cb7844d9994c
tree8a3649aa64db78210e85349ec906ba3e6d1742ca
parent87432f42f953920912b9780f0ae0d7c41cb349f2
CharacterData methods:  Update self.length on changes instead of extended
    the __getattr__() handler.

Text.splitText():  Update the length and nodeValue attributes.
Lib/xml/dom/minidom.py