From: Skip Montanaro Date: Sat, 24 Nov 2007 04:31:15 +0000 (+0000) Subject: revert X-Git-Tag: v2.6a1~1007 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=98f4079fa0737da2e603963704ad3c136b090fb0;p=python revert --- diff --git a/Misc/NEWS b/Misc/NEWS index 2b13c6a97e..c2ea9566b9 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -287,9 +287,6 @@ 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.