]> granicus.if.org Git - python/commit
(merge 3.2) Issue #12451: xml.dom.pulldom: parse() now opens files in binary
authorVictor Stinner <victor.stinner@haypocalc.com>
Sun, 3 Jul 2011 23:27:37 +0000 (01:27 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Sun, 3 Jul 2011 23:27:37 +0000 (01:27 +0200)
commit3663abab59a397c971fb7e039f5f91b171be12d8
treedbea97425864c40030db7ecc8f5a04fe90152343
parentf07c9a1e693359f7f3bedaab55b88f92b5d8c3c9
parentbbdc08ea6e5d3f2d9058991a65b6011dfbb8d233
(merge 3.2) 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.
Misc/NEWS