]> granicus.if.org Git - python/commit
Merge changes from PyXML:
authorMartin v. Löwis <martin@v.loewis.de>
Sun, 30 Jun 2002 07:21:24 +0000 (07:21 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Sun, 30 Jun 2002 07:21:24 +0000 (07:21 +0000)
commit18476a3740b66cea8ee1dffa820c432a389ba23a
tree3fbbc076b5d21905e0727580e4d06190d882a6bb
parentb4fcf4d102ac912d6bd38d07a4bb674deaa6e1a9
Merge changes from PyXML:
[1.15]
Added understanding of the feature_validation, feature_external_pes,
and feature_string_interning features.
Added support for the feature_external_ges feature.
Added support for the property_xml_string property.
[1.16]
Made it recognize the namespace prefixes feature.
[1.17]
removed erroneous first line
[1.19]
Support optional string interning in pyexpat.
[1.21]
Restore compatibility with versions of Python that did not support weak
references.  These do not get the cyclic reference fix, but they will
continue to work as they did before.
[1.22]
Activate entity processing unless standalone.
Lib/xml/sax/expatreader.py