]> granicus.if.org Git - python/commit
Fix closes issue #12088 - fixes the tarfile.extractall issue when the
authorSenthil Kumaran <senthil@uthcode.com>
Tue, 17 May 2011 02:12:18 +0000 (10:12 +0800)
committerSenthil Kumaran <senthil@uthcode.com>
Tue, 17 May 2011 02:12:18 +0000 (10:12 +0800)
commit4dd89ce6bfb635176d8c9185c148ca11ed207728
treeb91a740a816a0da3c8dc0c1942d6b0e2b5299812
parent72bb99d34351a7636c9ff13e563c9e97e0f1fdac
Fix closes issue #12088 - fixes the tarfile.extractall  issue when the
symlinks/hardlink was broken. It handles now in a graceful manner (No exception
is raised, behavior similar GNU tar).
Lib/tarfile.py
Lib/test/test_tarfile.py