commit | 011525ee92eb1c13ad1a62d28725a840e28f8160 | [log] [tgz] |
---|---|---|
author | Senthil Kumaran <orsenthil@gmail.com> | Thu Apr 28 15:30:31 2011 +0800 |
committer | Senthil Kumaran <orsenthil@gmail.com> | Thu Apr 28 15:30:31 2011 +0800 |
tree | 591e0d6f8823bd6970efc227ca1c42968c47d8ad | |
parent | bdfa2e69e22adf4d5f74f77938f5371f2cbbf241 [diff] [blame] |
Fix closes issue10761: tarfile.extractall failure when symlinked files are present.
diff --git a/Misc/NEWS b/Misc/NEWS index 3320e3d..bb6f5ef 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -65,6 +65,9 @@ Library ------- +- Issue #10761: Fix tarfile.extractall failure when symlinked files are + present. Initial patch by Scott Leerssen. + - Issue #11763: don't use difflib in TestCase.assertMultiLineEqual if the strings are too long.