commit | c20566cdf8b2fc58d5075ded76468d2197181d30 | [log] [tgz] |
---|---|---|
author | Senthil Kumaran <senthil@uthcode.com> | Thu Apr 28 17:08:12 2011 +0800 |
committer | Senthil Kumaran <senthil@uthcode.com> | Thu Apr 28 17:08:12 2011 +0800 |
tree | ab7a11543701b81b18d0954dabc691d33970ae54 | |
parent | e698cd54bc7be288a982cab6efe997316f4df996 [diff] [blame] | |
parent | e3bdcf4ffd51a9cf8c066d9f815c3bf650a94dbb [diff] [blame] |
merge from 3.1
diff --git a/Lib/test/test_tarfile.py b/Lib/test/test_tarfile.py index e3e140e..f363f70 100644 --- a/Lib/test/test_tarfile.py +++ b/Lib/test/test_tarfile.py
@@ -351,6 +351,7 @@ finally: tar.close() + @support.skip_unless_symlink def test_extractall(self): # Test if extractall() correctly restores directory permissions # and times (see issue1735).