• Fred Drake's avatar
    set_error(): Handle construction of pyexpat.error exceptions. They · 85d835f0
    Fred Drake yazdı
                  now carry a 'code' attribute that gives the Expat error
                  number.
    
    Added support for additional handlers for Expat 1.95.*, including
    XmlDeclHandler, EntityDeclHandler, ElementDeclHandler, and
    AttlistDeclHandler.  Associated constants are in the 'model'
    sub-object.
    
    Added two new attributes to the parser object: ordered_attributes and
    specified_attributes.  These are used to control how attributes are
    reported and which attributes are reported.
    85d835f0
pyexpat.c 50.3 KB