From: Skip Montanaro Date: Fri, 23 Nov 2007 17:13:21 +0000 (+0000) Subject: issue 1429818 X-Git-Tag: v2.5.2c1~121 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5a001c0c2cccbe81ad051881ebeb86b2ff0b8fb1;p=thirdparty%2FPython%2Fcpython.git issue 1429818 --- diff --git a/Misc/NEWS b/Misc/NEWS index c633032e5bf5..e000f7436431 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -38,6 +38,9 @@ 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