summaryrefslogtreecommitdiffstats
path: root/Lib/xml/dom/__init__.py
blob: 7096c395705cb1f837c9cd4b90d08531a630a570 (plain)
1
2
3
4
5
6
7
8
9
10
"""W3C Document Object Model implementation for Python.

The Python mapping of the Document Object Model is documented in <...>.

This package contains the following modules:

minidom -- A simple implementation of the Level 1 DOM with namespace
           support added (based on the Level 2 specification).

"""