summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSenthil Kumaran <orsenthil@gmail.com>2009-11-23 19:02:52 (GMT)
committerSenthil Kumaran <orsenthil@gmail.com>2009-11-23 19:02:52 (GMT)
commit758025cb1fc44c8cfe899744af80b2f5fa87be89 (patch)
treedc5c4a3b96b2daac3c91b5f902be1fe793ee106a /Misc
parent71db3cd63d2ec714da0773b5538bfadd7414cee2 (diff)
downloadcpython-758025cb1fc44c8cfe899744af80b2f5fa87be89.zip
cpython-758025cb1fc44c8cfe899744af80b2f5fa87be89.tar.gz
cpython-758025cb1fc44c8cfe899744af80b2f5fa87be89.tar.bz2
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. ........
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 678e021..6256c69 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -140,6 +140,8 @@ C-API
Library
-------
+- Issue #1488943: difflib.Differ() doesn't always add hints for tab characters
+
- Issue #6123: tarfile now opens empty archives correctly and consistently
raises ReadError on empty files.