Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restore xml.etree.ElementTree after patch #60

Merged
merged 1 commit into from
Jan 12, 2021
Merged

Restore xml.etree.ElementTree after patch #60

merged 1 commit into from
Jan 12, 2021

Conversation

tiran
Copy link
Owner

@tiran tiran commented Jan 12, 2021

Restore ElementTree attribute of xml.etree module after patching

Closes: #54
Co-authored-by: Marien Zwart [email protected]
Signed-off-by: Christian Heimes [email protected]

Restore ``ElementTree`` attribute of ``xml.etree`` module after patching

Closes: #54
Co-authored-by: Marien Zwart <[email protected]>
Signed-off-by: Christian Heimes <[email protected]>
@tiran tiran merged commit 3a48453 into master Jan 12, 2021
@tiran tiran deleted the etree_pkg branch January 12, 2021 17:00
tiran added a commit that referenced this pull request Mar 8, 2021
The ``defusedxml.ElementTree.ParseError`` exception is now the same class object
as ``xml.etree.ElementTree.ParseError`` again. The regression was
introduced by new patching code as part of PR #60.

See: #60
Fixes: #63
Signed-off-by: Christian Heimes <[email protected]>
tiran added a commit that referenced this pull request Mar 8, 2021
The ``defusedxml.ElementTree.ParseError`` exception is now the same class object
as ``xml.etree.ElementTree.ParseError`` again. The regression was
introduced by new patching code as part of PR #60.

See: #60
Fixes: #63
Signed-off-by: Christian Heimes <[email protected]>
tiran added a commit that referenced this pull request Mar 8, 2021
The ``defusedxml.ElementTree.ParseError`` exception is now the same class object
as ``xml.etree.ElementTree.ParseError`` again. The regression was
introduced by new patching code as part of PR #60.

See: #60
Fixes: #63
Signed-off-by: Christian Heimes <[email protected]>
tiran added a commit that referenced this pull request Mar 8, 2021
The ``defusedxml.ElementTree.ParseError`` exception is now the same class object
as ``xml.etree.ElementTree.ParseError`` again. The regression was
introduced by new patching code as part of PR #60.

See: #60
Fixes: #63
Signed-off-by: Christian Heimes <[email protected]>
tiran added a commit that referenced this pull request Mar 8, 2021
The ``defusedxml.ElementTree.ParseError`` exception is now the same class object
as ``xml.etree.ElementTree.ParseError`` again. The regression was
introduced by new patching code as part of PR #60.

See: #60
Fixes: #63
Signed-off-by: Christian Heimes <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

defusedxml.ElementTree breaks the xml.etree.ElementTree package
1 participant