• Jeremy Hylton's avatar
    Ugly fix used when pyexpat is not available. · e3c37d66
    Jeremy Hylton yazdı
    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.
    e3c37d66
Adı
Son kayıt (commit)
Son güncelleme
..
__init__.py Loading commit data...
_exceptions.py Loading commit data...
expatreader.py Loading commit data...
handler.py Loading commit data...
saxutils.py Loading commit data...
xmlreader.py Loading commit data...