]> granicus.if.org Git - python/commit
Issue #12451: The XInclude default loader of xml.etree now decodes files from
authorVictor Stinner <victor.stinner@haypocalc.com>
Thu, 30 Jun 2011 16:10:14 +0000 (18:10 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Thu, 30 Jun 2011 16:10:14 +0000 (18:10 +0200)
commiteaf399e3355e6d62b1bb5810b66ad4ff431ece57
treeb4a5f31f3e966db6fbeb463777956e547aa04545
parent12b8d14991d54deedac7d7ca51c7f95006e6a7bc
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.
Lib/xml/etree/ElementInclude.py
Misc/NEWS