cpython/Lib/xml/sax
Jeremy Hylton e3c37d660f Ugly fix used when pyexpat is not available.
If pyexpat is not available and more than one attempt is made to load
an expat-based xml parser, an empty xml.parser.expat module will be
created.  This empty module will confuse xml.sax.expatreader into
thinking that pyexpat is available.

The ugly fix is to verify that the expat module actually defines the
names that are imported from pyexpat.
2001-07-30 21:49:22 +00:00
..
__init__.py Make reindent.py happy (lots of trailing whitespace removed). 2000-10-23 18:09:50 +00:00
_exceptions.py Synchronize with 1.6 of PyXML: 2001-03-22 15:34:02 +00:00
expatreader.py Ugly fix used when pyexpat is not available. 2001-07-30 21:49:22 +00:00
handler.py Make reindent.py happy (lots of trailing whitespace removed). 2000-10-23 18:09:50 +00:00
saxutils.py Added function xml.sax.saxutils.quoteattr(). 2001-07-19 16:10:15 +00:00
xmlreader.py Previous check-in was by mistake, undo it. 2001-06-07 05:52:17 +00:00