Kaydet (Commit) cc78c443 authored tarafından Senthil Kumaran's avatar Senthil Kumaran

merge from 3.2

...@@ -421,7 +421,7 @@ class TestShutil(unittest.TestCase): ...@@ -421,7 +421,7 @@ class TestShutil(unittest.TestCase):
self.assertEqual(os.stat(file1).st_mode, os.stat(file2).st_mode) self.assertEqual(os.stat(file1).st_mode, os.stat(file2).st_mode)
@unittest.skipUnless(hasattr(os, 'chmod'), 'requires os.chmod') @unittest.skipUnless(hasattr(os, 'chmod'), 'requires os.chmod')
@unittest.skipUnless(hasattr(os, 'chmod'), 'requires os.utime') @unittest.skipUnless(hasattr(os, 'utime'), 'requires os.utime')
def test_copy2(self): def test_copy2(self):
# Ensure that the copied file exists and has the same mode and # Ensure that the copied file exists and has the same mode and
# modification time bits. # modification time bits.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment