cpython/Lib/xml
Victor Stinner cecf313d1e
bpo-35052: Fix handler on xml.dom.minidom.cloneNode() (GH-11061) (GH-11068)
Fix xml.dom.minidom cloneNode() on a document with an entity: pass
the correct arguments to the user data handler of an entity (fix an
old copy/paste mistake).

Bug spotted and fix proposed by Charalampos Stratakis, initial
reproducer written by Petr Viktorin.

Co-Authored-By: Charalampos Stratakis <cstratak@redhat.com>
Co-Authored-By: Petr Viktorin <encukou@gmail.com>
(cherry picked from commit 8e04186889)
2018-12-10 11:56:54 +01:00
..
dom bpo-35052: Fix handler on xml.dom.minidom.cloneNode() (GH-11061) (GH-11068) 2018-12-10 11:56:54 +01:00
etree bpo-30365: Backport warnings and fix bugs in ElementTree. (#1581) 2017-05-17 10:08:11 +03:00
parsers Fix closes Issue11439 - Handle the SVN Keywords in 2.7 by replacing them with a high number so that code relying on them does not break. 2011-07-28 22:30:27 +08:00
sax bpo-34791: xml package obeys ignore env flags (GH-9544) (GH-9547) 2018-10-20 01:09:35 +02:00
__init__.py death to old CVS keyword 2009-10-09 03:11:36 +00:00