]> granicus.if.org Git - python/commit
Issue #12451: xml.dom.pulldom: parse() now opens files in binary mode instead
authorVictor Stinner <victor.stinner@haypocalc.com>
Sun, 3 Jul 2011 23:25:55 +0000 (01:25 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Sun, 3 Jul 2011 23:25:55 +0000 (01:25 +0200)
commitbbdc08ea6e5d3f2d9058991a65b6011dfbb8d233
tree1315eaeacd4a092e5ae452c1f74049d0d9903fb1
parentac91341333d27bf39dd8b8c1c3164b5bdc19f03b
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.
Lib/xml/dom/pulldom.py
Misc/NEWS