cpython/Lib/xml/etree
Victor Stinner eaf399e335 Issue #12451: The XInclude default loader of xml.etree now decodes files from
UTF-8 instead of the locale encoding if the encoding is not specified. It now
also opens XML files for the parser in binary mode instead of the text mode to
avoid encoding issues.
2011-06-30 18:10:14 +02:00
..
ElementInclude.py Issue #12451: The XInclude default loader of xml.etree now decodes files from 2011-06-30 18:10:14 +02:00
ElementPath.py Merged revisions 78838-78839,78917,78919,78934,78937 via svnmerge from 2010-03-13 23:24:31 +00:00
ElementTree.py #10777: fix iteration over dict keys while mutating the dict. 2010-12-28 10:38:33 +00:00
__init__.py Merged revisions 78838-78839,78917,78919,78934,78937 via svnmerge from 2010-03-13 23:24:31 +00:00
cElementTree.py Merged revisions 46753-51188 via svnmerge from 2006-08-11 14:57:12 +00:00