summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSkip Montanaro <skip@pobox.com>2007-11-24 14:30:47 (GMT)
committerSkip Montanaro <skip@pobox.com>2007-11-24 14:30:47 (GMT)
commit58a6f446dbf48be0c0bdcb19e82a51dea94bd55d (patch)
tree0384cd8f651a168c3da874e83e82b8154a8abe07 /Misc
parentb67da6ed2b182d2ef0b4e86e1dd402d27c53422d (diff)
downloadcpython-58a6f446dbf48be0c0bdcb19e82a51dea94bd55d.zip
cpython-58a6f446dbf48be0c0bdcb19e82a51dea94bd55d.tar.gz
cpython-58a6f446dbf48be0c0bdcb19e82a51dea94bd55d.tar.bz2
back in these go - thanks to Titus Brown for the fix
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 15fa9be..d0df601 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -290,6 +290,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.