commit | 664ad76a347cfa798b7229286706edd155c6aaa3 | [log] [tgz] |
---|---|---|
author | Skip Montanaro <skip@pobox.com> | Sat Nov 24 14:31:16 2007 +0000 |
committer | Skip Montanaro <skip@pobox.com> | Sat Nov 24 14:31:16 2007 +0000 |
tree | 1752478e5099aa03609abdc9b58478cd8a6f2181 | |
parent | 30f61cbb1331615af829aea69d2586e990488525 [diff] [blame] |
back in these go - thanks to Titus Brown for the fix
diff --git a/Misc/NEWS b/Misc/NEWS index f856c1f..30c45d1 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -41,6 +41,9 @@ 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