]> granicus.if.org Git - python/commit
Merge with PyXML 1.28:
authorMartin v. Löwis <martin@v.loewis.de>
Sat, 25 Jan 2003 16:51:50 +0000 (16:51 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Sat, 25 Jan 2003 16:51:50 +0000 (16:51 +0000)
commit3f1b5288e51158d60734b434631e5ca9febef916
treed58be579b252a2e3100b578c653f1ee4c57bb9eb
parent9ea67889dc8fecbd2e57e2c3a5a65f1f69b7c1dc
Merge with PyXML 1.28:
Wrap a lot of long lines.
Clean up a handler for expat.error.

If a lexical handler is set, make sure we call the startDTD() and
endDTD().  If the lexical handler is unset (by setting it to None),
remove the handlers from the underlying pyexpat parser object.
Closes SF bug #485584.

In namespaces mode, make sure we set up the qnames dictionary
correctly for the AttributesNSImpl instance passed to the
start-element-handler.
Closes SF bug #563399.

Support skippedEntity. Fixes #665486.
Lib/xml/sax/expatreader.py