]> granicus.if.org Git - python/commit
For Python 2.2 and newer, actually support the full NodeList interface by
authorFred Drake <fdrake@acm.org>
Fri, 28 Sep 2001 04:33:06 +0000 (04:33 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 28 Sep 2001 04:33:06 +0000 (04:33 +0000)
commit3ac6a09eed70b5ebff9200a22e0ff7f010b36d0d
tree71eb0a1840cecb28788ebbb0875f7c3f4911d1d2
parent2ed6bf87c9ce5d2e8a0eb33f7aa6503196205a0c
For Python 2.2 and newer, actually support the full NodeList interface by
subclassing list to add the length and item() attributes.
Lib/xml/dom/minidom.py