commit | 5c456e6f4571fec64a98e28e7e316972f35d19fc | [log] [tgz] |
---|---|---|
author | Senthil Kumaran <orsenthil@gmail.com> | Mon Nov 23 18:41:31 2009 +0000 |
committer | Senthil Kumaran <orsenthil@gmail.com> | Mon Nov 23 18:41:31 2009 +0000 |
tree | c8d68f50c39733465208de8d1f8cfe551c003444 | |
parent | f058d2dc0835eecf75c1d93d77e8e3b7c372a862 [diff] |
Fix for issue1488943 - difflib.Differ() doesn't always add hints for tab characters.
diff --git a/Misc/NEWS b/Misc/NEWS index d661640..356e3a1 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -476,6 +476,8 @@ 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.