Backport of r59082 (doctest and using __loader__.get_data()).
diff --git a/Misc/NEWS b/Misc/NEWS
index 28c6c2a..a7cdba0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -38,6 +38,8 @@
 Library
 -------
 
+- doctest mis-used __loader__.get_data(), assuming universal newlines was used.
+
 - Issue #1705170: contextlib.contextmanager was still swallowing
   StopIteration in some cases. This should no longer happen.