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

(will backport to 2.5)
Lib/tarfile.py
Lib/test/test_tarfile.py
Misc/NEWS