cpython/Lib/xml/parser/__init__.py

9 lines
166 B
Python
Raw Normal View History

2000-06-29 16:36:27 -03:00
"""Python interfaces to XML parsers.
This package contains on module:
expat -- Python wrapper for James Clark's Expat parser, with namespace
support.
"""