merge from 3.1

This commit is contained in:
Senthil Kumaran 2011-04-28 17:08:12 +08:00
commit c20566cdf8
1 changed files with 1 additions and 0 deletions

View File

@ -351,6 +351,7 @@ class MiscReadTest(CommonReadTest):
finally:
tar.close()
@support.skip_unless_symlink
def test_extractall(self):
# Test if extractall() correctly restores directory permissions
# and times (see issue1735).