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

[0.7] Fix regression defusedxml.ElementTree.ParseError #65

Merged
merged 2 commits into from
Mar 8, 2021

Conversation

tiran
Copy link
Owner

@tiran tiran commented 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]

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]>
Signed-off-by: Christian Heimes <[email protected]>
@tiran tiran changed the title Fix regression defusedxml.ElementTree.ParseError [0.7] Fix regression defusedxml.ElementTree.ParseError Mar 8, 2021
@tiran tiran merged commit 0b646d6 into v0.7.x Mar 8, 2021
@tiran tiran deleted the issue63_parseerror_0.7 branch March 8, 2021 10:56
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.

1 participant