merge from 3.2

This commit is contained in:
Senthil Kumaran 2011-04-28 17:08:41 +08:00
commit 2ea72709a3

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).