From: Skip Montanaro Date: Sat, 24 Nov 2007 04:31:07 +0000 (+0000) Subject: revert X-Git-Tag: v2.5.2c1~119 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9163783881d1374a40877d0c80955e53066157fe;p=python revert --- diff --git a/Misc/NEWS b/Misc/NEWS index e000f74364..c633032e5b 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -38,9 +38,6 @@ Core and builtins Library ------- -- Issue 1429818: patch for trace and doctest modules so they play nicely - together. - - doctest mis-used __loader__.get_data(), assuming universal newlines was used. - Issue #1705170: contextlib.contextmanager was still swallowing