plan9front/sys/lib/python/xml/parsers/__init__.py

9 lines
167 B
Python
Raw Normal View History

2011-05-03 04:25:13 -07:00
"""Python interfaces to XML parsers.
This package contains one module:
expat -- Python wrapper for James Clark's Expat parser, with namespace
support.
"""