mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
Package docstring.
This commit is contained in:
parent
3e06ab1d44
commit
3f6a7b5efb
1 changed files with 8 additions and 0 deletions
8
Lib/xml/parser/__init__.py
Normal file
8
Lib/xml/parser/__init__.py
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
"""Python interfaces to XML parsers.
|
||||
|
||||
This package contains on module:
|
||||
|
||||
expat -- Python wrapper for James Clark's Expat parser, with namespace
|
||||
support.
|
||||
|
||||
"""
|
||||
Loading…
Add table
Add a link
Reference in a new issue