commit | 052a899d5a38c4aaac09d86f2f8d1f6093f866c0 | [log] [tgz] |
---|---|---|
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | Sat May 07 13:44:50 2011 +0100 |
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | Sat May 07 13:44:50 2011 +0100 |
tree | e353e561ad2926a087834b26fa6539c84772e65f | |
parent | 2261b325ab15e1dc871b70f264e7927e85ecb201 [diff] | |
parent | da91d1892a083c450fabca51046ee4f9d66a1e35 [diff] |
Merge.
diff --git a/Lib/test/test_mmap.py b/Lib/test/test_mmap.py index 850768f..712378b 100644 --- a/Lib/test/test_mmap.py +++ b/Lib/test/test_mmap.py
@@ -673,6 +673,7 @@ f.write(tail) f.flush() except (IOError, OverflowError): + f.close() raise unittest.SkipTest("filesystem does not have largefile support") return f