summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 15fa9be..d0df601 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -290,6 +290,9 @@ Core and builtins
Library
-------
+- Issue 1429818: patch for trace and doctest modules so they play nicely
+ together.
+
- doctest made a bad assumption that a package's __loader__.get_data()
method used universal newlines.