back in these go - thanks to Titus Brown for the fix
diff --git a/Misc/NEWS b/Misc/NEWS
index 15fa9be..d0df601 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -290,6 +290,9 @@
 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.