]> granicus.if.org Git - python/commit
Issue #14160: TarFile.extractfile() failed to resolve symbolic links
authorLars Gustäbel <lars@gustaebel.de>
Tue, 24 Apr 2012 19:04:40 +0000 (21:04 +0200)
committerLars Gustäbel <lars@gustaebel.de>
Tue, 24 Apr 2012 19:04:40 +0000 (21:04 +0200)
commit1ef9eda7bcddc494a250a6fb262c0dd3327dc443
tree452e38c50f84bf64505d390a23984c8534a717a0
parentd11d0d6343b16f526c57ffd148a89548e0c6d681
Issue #14160: TarFile.extractfile() failed to resolve symbolic links
when the links were not located in an archive subdirectory.
Lib/tarfile.py
Lib/test/test_tarfile.py
Lib/test/testtar.tar
Misc/NEWS