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

Check for None & len() of ET.Element instead of bool() #1610

Merged
merged 1 commit into from
Aug 20, 2024

Commits on Aug 16, 2024

  1. Check for None & len() of ET.Element instead of bool()

    The bool() of ET.Element is discouraged from being used, see:
    python/cpython#83122
    dcermak committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    0bb2f49 View commit details
    Browse the repository at this point in the history