[Python-checkins] cpython (merge 3.2 -> default): merge from 3.2

senthil.kumaran python-checkins at python.org
Thu Apr 28 11:09:26 CEST 2011


http://hg.python.org/cpython/rev/b9b8c8032080
changeset:   69662:b9b8c8032080
parent:      69659:2afaef6cda8a
parent:      69661:08d097a21aae
user:        Senthil Kumaran <senthil at uthcode.com>
date:        Thu Apr 28 17:08:41 2011 +0800
summary:
  merge from 3.2

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