]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix for PyXML bug #563399, as much as we can implement without relying on
authorFred Drake <fdrake@acm.org>
Thu, 26 Sep 2002 15:24:41 +0000 (15:24 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 26 Sep 2002 15:24:41 +0000 (15:24 +0000)
commit6a0955610f8a7dd3eb58575f8fbc052b5210699f
treed665eb179929b24d3d35dcd8b3c0bb281f4e540e
parentaa57a207b71717cce41c8a01b78f655d1e3e0982
Fix for PyXML bug #563399, as much as we can implement without relying on
a specific Expat version.
This includes fixing a test that enforced the incorrect result.
Lib/test/test_sax.py
Lib/xml/sax/expatreader.py