Improvements to doco strings.

Tiny bug fix to expatreader.py (endDocument was only called after errors).
This commit is contained in:
Lars Gustäbel 2000-09-24 20:38:18 +00:00
parent 33315b180b
commit bb757136b2
4 changed files with 27 additions and 14 deletions

View file

@ -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