Merged revisions 76464 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r76464 | senthil.kumaran | 2009-11-24 00:11:31 +0530 (Tue, 24 Nov 2009) | 4 lines
Fix for issue1488943 - difflib.Differ() doesn't always add hints for tab
characters.
........
diff --git a/Misc/NEWS b/Misc/NEWS
index fc14516..746e342 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -258,6 +258,8 @@
Library
-------
+- Issue #1488943: difflib.Differ() doesn't always add hints for tab characters
+
- Issue #5037: Proxy the __unicode__ special method instead to __unicode__
instead of __str__.