]> granicus.if.org Git - python/commit
Issue #14160: TarFile.extractfile() failed to resolve symbolic links when
authorLars Gustäbel <lars@gustaebel.de>
Tue, 24 Apr 2012 20:42:08 +0000 (22:42 +0200)
committerLars Gustäbel <lars@gustaebel.de>
Tue, 24 Apr 2012 20:42:08 +0000 (22:42 +0200)
commit231d474a7b1747d22c383802473fb15b549f22cb
treed8f44fb9c4b3b0f9db2e704010ce9e641a57f619
parent13c598b1d862b7f7f7359671e3944e81882b19b1
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