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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9163783881d1374a40877d0c80955e53066157fe;p=thirdparty%2FPython%2Fcpython.git revert --- diff --git a/Misc/NEWS b/Misc/NEWS index e000f7436431..c633032e5bf5 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