| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
cElementTree is now a simple alias of ElementTree. The generate function
is no longer needed.
Signed-off-by: Christian Heimes <christian@python.org>
|
| |
|
|
|
|
|
|
|
| |
``xml.etree.ElementTree`` was re-added before Python 3.9.0 release. The
alias will be removed in a future release.
Signed-off-by: Christian Heimes <christian@python.org>
|
|
|
|
| |
Signed-off-by: Christian Heimes <christian@python.org>
|
|
|
|
|
|
|
|
|
|
|
| |
Python 3.9 no longer ships the xml.etree.cElementTree module. defusedxml
no longer provides the a fixed module with 3.9 as well.
defusedxml.cElementTree is still available with 3.8.
See: https://bugs.python.org/issue36543
See: https://github.com/python/cpython/pull/19108
Fixes: https://github.com/tiran/defusedxml/issues/50
Signed-off-by: Christian Heimes <christian@python.org>
|
| |
|
|
|
|
| |
Signed-off-by: Christian Heimes <christian@python.org>
|
|
|
|
|
| |
Fixes: https://github.com/tiran/defusedxml/issues/10
Signed-off-by: Christian Heimes <christian@python.org>
|
| |
|
| |
|
| |
|
|
The argument is ignored, though. (thanks to Florian Apolloner)
|