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] remove usage of no longer existing names from lxml #3381

Merged
merged 1 commit into from
Apr 8, 2024

Conversation

return42
Copy link
Member

@return42 return42 commented Apr 8, 2024

In lxml 5.1.1 the private name _ElementStringResult in module lxml.etree does no longer exists.

This code was written nearly a decade ago, its no longer clear what the intention _ElementStringResult and _ElementUnicodeResult had been. It can be assumed that these classes will no longer occur.

Closes: #3368

In lxml 5.1.1 the private name `_ElementStringResult` in module `lxml.etree`
does no longer exists.

This code was written nearly a decade ago, its no longer clear what the
intention `_ElementStringResult` and `_ElementUnicodeResult` had been. It can be
assumed that these classes will no longer occur.

Closes: searxng#3368
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
@return42 return42 merged commit bd6ff29 into searxng:master Apr 8, 2024
9 checks passed
@return42 return42 deleted the fix-3368 branch April 8, 2024 08:55
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.

E0611: No name '_ElementStringResult' in module 'lxml.etree'
2 participants