(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.
diff --git a/Misc/NEWS b/Misc/NEWS
index 3007cdc..7e2831a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -209,6 +209,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.
+
 - Issue #12147: Adjust the new-in-3.2 smtplib.send_message method for better
   conformance to the RFCs:  correctly handle Sender and Resent- headers.