mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Add a wrapper around the pyexpat module, making the "public" name of
the module "xml.parsers.expat".
This commit is contained in:
parent
c32741d1ab
commit
003b9250e3
1 changed files with 4 additions and 0 deletions
4
Lib/xml/parsers/expat.py
Normal file
4
Lib/xml/parsers/expat.py
Normal file
|
@ -0,0 +1,4 @@
|
|||
"""Interface to the Expat non-validating XML parser."""
|
||||
__version__ = '$Revision$'
|
||||
|
||||
from pyexpat import *
|
Loading…
Add table
Add a link
Reference in a new issue