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

Fix regression defusedxml.ElementTree.ParseError #64

Merged
merged 1 commit 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]>
@tiran tiran merged commit 35ebedc into master Mar 8, 2021
@tiran tiran deleted the issue63_parseerror branch March 8, 2021 10:30
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.

Unexpected behaviour with ElementTree.ParseError
1 participant