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

stdlib xml.etree: tags, attributes and attribute values can be QName instances #11841

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Apr 28, 2024

  1. stdlib xml.etree: tags, attributes and attribute values can be QName …

    …instances
    
    See e.g. the ElementTree unit tests:
    https://github.com/python/cpython/blob/3.12/Lib/test/test_xml_etree.py#L1195
    
    I guess this is fairly obscure functionality. The documentation does
    describe the QName class, but it doesn't say much more than the bare
    minimum.
    pdewacht committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    27440a9 View commit details
    Browse the repository at this point in the history