Skip to content

Missing docstrings on some objects in the xml.etree C implementation. #126273

Description

@pan324

Documentation

E.g. the code below shows a blank string for makeelement even though ElementTree.py does have docstrings:

import xml.etree.ElementTree as ET; help(ET.fromstring("<a></a>").makeelement)

Linked PRs

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions