summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSkip Montanaro <skip@pobox.com>2007-11-23 17:12:47 (GMT)
committerSkip Montanaro <skip@pobox.com>2007-11-23 17:12:47 (GMT)
commit90b5bc3a7d098f12961e7debe7a5321b86a122c5 (patch)
tree60f04ccda654e33a801f783bf3bb06cb6ea756e2 /Misc
parent6d7914bf22ff657c1047fde8cf85861f16c57d8c (diff)
downloadcpython-90b5bc3a7d098f12961e7debe7a5321b86a122c5.zip
cpython-90b5bc3a7d098f12961e7debe7a5321b86a122c5.tar.gz
cpython-90b5bc3a7d098f12961e7debe7a5321b86a122c5.tar.bz2
issue 1429818
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c2ea956..2b13c6a 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.