]> granicus.if.org Git - python/commit
2 fixes plus one extension:
authorSjoerd Mullender <sjoerd@acm.org>
Tue, 4 Jul 2000 14:53:12 +0000 (14:53 +0000)
committerSjoerd Mullender <sjoerd@acm.org>
Tue, 4 Jul 2000 14:53:12 +0000 (14:53 +0000)
commit5baaf66525aa7b3a61d2fec14b945539cd36d689
tree04a6065aeaf936b7c990afe9aa1e804bab624809
parent8bcfb8a5e09f15f6bf8dfb9f282192d03eac4fd8
2 fixes plus one extension:
- Actually count the linefeeds in a the CDATA content.
- Don't call the endtag handler for an unmatched endtag (this makes
  the base class simpler since it doesn't have to deal with unopened
  endtags).
- If the __init__ method is called with keyword argument
  translate_attribute_references=0, don't attempt to translate
  character and entity references in attribute values.
Lib/xmllib.py