mirror of
https://github.com/python/cpython.git
synced 2026-05-25 22:03:25 -04:00
c6730e1772
test that package, not the xmlcore/PyXML switcheroo fiasco in the xml module/package
9 lines
167 B
Python
9 lines
167 B
Python
"""Python interfaces to XML parsers.
|
|
|
|
This package contains one module:
|
|
|
|
expat -- Python wrapper for James Clark's Expat parser, with namespace
|
|
support.
|
|
|
|
"""
|