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

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

Open
pan324 opened this issue Nov 1, 2024 · 0 comments
Open

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

pan324 opened this issue Nov 1, 2024 · 0 comments
Labels
docs Documentation in the Doc dir extension-modules C modules in the Modules dir topic-XML

Comments

@pan324
Copy link
Contributor

pan324 commented Nov 1, 2024

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

@pan324 pan324 added the docs Documentation in the Doc dir label Nov 1, 2024
@picnixz picnixz added topic-XML extension-modules C modules in the Modules dir labels Nov 1, 2024
@picnixz picnixz changed the title xml.etree Python docstrings are replaced by empty clinic docstrings Missing docstrings on some objects in the xml.etree C implementation. Nov 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir extension-modules C modules in the Modules dir topic-XML
Projects
Status: Todo
Development

No branches or pull requests

2 participants