cpython/Lib/xml/etree
Serhiy Storchaka eb8974616b
bpo-15999: Always pass bool instead of int to the expat parser. (GH-15622)
2019-09-01 12:11:43 +03:00
..
ElementInclude.py Issue #20331: Fixed possible FD leaks in various modules: 2014-01-25 19:43:56 +02:00
ElementPath.py bpo-36831: Do not apply default namespace to unprefixed attributes in ElementPath. (#13201) 2019-05-09 07:22:47 +02:00
ElementTree.py bpo-15999: Always pass bool instead of int to the expat parser. (GH-15622) 2019-09-01 12:11:43 +03:00
__init__.py
cElementTree.py