Bump version to 0.9.1.
[python/dscho.git] / Lib / xml / dom / __init__.py
blob7096c395705cb1f837c9cd4b90d08531a630a570
1 """W3C Document Object Model implementation for Python.
3 The Python mapping of the Document Object Model is documented in <...>.
5 This package contains the following modules:
7 minidom -- A simple implementation of the Level 1 DOM with namespace
8 support added (based on the Level 2 specification).
10 """