You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered: