mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
Rename the "parser" package to "parsers" to be compatible with the PyXML
project.
This commit is contained in:
parent
fbd3b45bb7
commit
ede77bfda4
1 changed files with 0 additions and 0 deletions
8
Lib/xml/parsers/__init__.py
Normal file
8
Lib/xml/parsers/__init__.py
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
"""Python interfaces to XML parsers.
|
||||
|
||||
This package contains one module:
|
||||
|
||||
expat -- Python wrapper for James Clark's Expat parser, with namespace
|
||||
support.
|
||||
|
||||
"""
|
||||
Loading…
Add table
Add a link
Reference in a new issue