The xml.etree.ElementTree module implements a simple and efficient AP…

Status
Not open for further replies.

GitHub

Moderator
The xml.etree.ElementTree module implements a simple and efficient API for parsing and creating XML data.

Changed in version 3.3: This module will use a fast implementation whenever available.

Deprecated since version 3.3: The xml.etree.cElementTree module is deprecated.

Continue reading...
 
Status
Not open for further replies.
Back
Top