[issue1735] tarfile.TarFile.extractall not setting directory permissions correctly

2008-01-04 Thread Eric Andresen
Changes by Eric Andresen: -- type: -> behavior __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1735> __ ___ Python-bugs-list mailing list Uns

[issue1735] tarfile.TarFile.extractall not setting directory permissions correctly

2008-01-04 Thread Eric Andresen
New submission from Eric Andresen: The tarfile.TarFile.extractall() method is [by default] silently failing to set directory permissions and times on all but the lexically-latest directory extracted. This is due to an unintentional re-use of the 'path' variable. The provided patch r