From: Skip Montanaro Date: Fri, 23 Nov 2007 17:12:47 +0000 (+0000) Subject: issue 1429818 X-Git-Tag: v2.6a1~1013 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=90b5bc3a7d098f12961e7debe7a5321b86a122c5;p=python issue 1429818 --- diff --git a/Misc/NEWS b/Misc/NEWS index c2ea9566b9..2b13c6a97e 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -287,6 +287,9 @@ 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.