Package docstring.

This commit is contained in:
Fred Drake 2000-06-29 19:28:01 +00:00
parent 13634cf7a4
commit e85c350600
2 changed files with 23 additions and 0 deletions

10
Lib/xml/dom/__init__.py Normal file
View file

@ -0,0 +1,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).
"""