Skip to content

Conversation

@vstinner
Copy link
Member

@vstinner vstinner commented Dec 10, 2018

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 [email protected]
Co-Authored-By: Petr Viktorin [email protected]
(cherry picked from commit 8e04186)

https://bugs.python.org/issue35052

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 <[email protected]>
Co-Authored-By: Petr Viktorin <[email protected]>
(cherry picked from commit 8e04186)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants