]> granicus.if.org Git - python/commit
Issue #1735: TarFile.extractall() now correctly sets directory
authorLars Gustäbel <lars@gustaebel.de>
Fri, 4 Jan 2008 14:44:23 +0000 (14:44 +0000)
committerLars Gustäbel <lars@gustaebel.de>
Fri, 4 Jan 2008 14:44:23 +0000 (14:44 +0000)
commite5f9e588c64fd8428701111f2c64a8c092b3d5ba
tree3ca64e354c5e5921e8f627dcbe34feb6f5d19e55
parent12f03ccece461264acbddea8c9db9a85614483be
Issue #1735: TarFile.extractall() now correctly sets directory
permissions and times.

(backport from r59712)
Lib/tarfile.py
Lib/test/test_tarfile.py
Misc/NEWS