[Python-checkins] cpython (merge 3.1 -> 3.2): merge from 3.1
senthil.kumaran
python-checkins at python.org
Thu Apr 28 11:09:19 CEST 2011
http://hg.python.org/cpython/rev/08d097a21aae
changeset: 69661:08d097a21aae
branch: 3.2
parent: 69657:57c076ab4bbd
parent: 69660:7c307fd57021
user: Senthil Kumaran <senthil at uthcode.com>
date: Thu Apr 28 17:08:12 2011 +0800
summary:
merge from 3.1
files:
Lib/test/test_tarfile.py | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/Lib/test/test_tarfile.py b/Lib/test/test_tarfile.py
--- 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).
--
Repository URL: http://hg.python.org/cpython
More information about the Python-checkins
mailing list