]> granicus.if.org Git - python/commitdiff
(merge 3.2) Issue #12451: The XInclude default loader of xml.etree now decodes
authorVictor Stinner <victor.stinner@haypocalc.com>
Thu, 30 Jun 2011 16:11:18 +0000 (18:11 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Thu, 30 Jun 2011 16:11:18 +0000 (18:11 +0200)
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.

1  2 
Misc/NEWS

diff --cc Misc/NEWS
Simple merge