Skip to content

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

Open
@pan324

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    Status

    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions