mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-02 19:39:49 +09:00
9 lines
167 B
Python
Vendored
9 lines
167 B
Python
Vendored
"""Python interfaces to XML parsers.
|
|
|
|
This package contains one module:
|
|
|
|
expat -- Python wrapper for James Clark's Expat parser, with namespace
|
|
support.
|
|
|
|
"""
|