mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
Improvements to doco strings.
Tiny bug fix to expatreader.py (endDocument was only called after errors).
This commit is contained in:
parent
33315b180b
commit
bb757136b2
4 changed files with 27 additions and 14 deletions
|
|
@ -16,9 +16,7 @@ saxutils -- Implementation of the convenience classes commonly used to
|
|||
xmlreader -- Base classes and constants which define the SAX 2 API for
|
||||
the parsers used with SAX for Python.
|
||||
|
||||
expatreader -- Driver that allows use of the Expat parser with the
|
||||
classes defined in saxlib.
|
||||
|
||||
expatreader -- Driver that allows use of the Expat parser with SAX.
|
||||
"""
|
||||
|
||||
from xmlreader import InputSource
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue