commit | bbdc08ea6e5d3f2d9058991a65b6011dfbb8d233 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Mon Jul 04 01:25:55 2011 +0200 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Mon Jul 04 01:25:55 2011 +0200 |
tree | 1315eaeacd4a092e5ae452c1f74049d0d9903fb1 | |
parent | ac91341333d27bf39dd8b8c1c3164b5bdc19f03b [diff] [blame] |
Issue #12451: xml.dom.pulldom: parse() now opens files in binary mode instead of the text mode (using the locale encoding) to avoid encoding issues.
diff --git a/Misc/NEWS b/Misc/NEWS index 250acc2..1d76698 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -19,6 +19,9 @@ Library ------- +- Issue #12451: xml.dom.pulldom: parse() now opens files in binary mode instead + of the text mode (using the locale encoding) to avoid encoding issues. + C-API -----