From: Victor Stinner Date: Thu, 30 Jun 2011 16:11:18 +0000 (+0200) Subject: (merge 3.2) Issue #12451: The XInclude default loader of xml.etree now decodes X-Git-Tag: v3.3.0a1~1999 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3909da7fca2ef92b8483f39b7cf89cac4b6e4826;p=python (merge 3.2) 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. --- 3909da7fca2ef92b8483f39b7cf89cac4b6e4826