cpython/Lib/xml/parser/__init__.py
2000-06-29 19:36:27 +00:00

8 lines
166 B
Python

"""Python interfaces to XML parsers.
This package contains on module:
expat -- Python wrapper for James Clark's Expat parser, with namespace
support.
"""