Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 003b925

Browse files
committed
Add a wrapper around the pyexpat module, making the "public" name of
the module "xml.parsers.expat".
1 parent c32741d commit 003b925

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Lib/xml/parsers/expat.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
"""Interface to the Expat non-validating XML parser."""
2+
__version__ = '$Revision$'
3+
4+
from pyexpat import *

0 commit comments

Comments
 (0)