]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
When doing the quick test to see whether large files are supported,
authorGuido van Rossum <guido@python.org>
Tue, 10 Apr 2001 14:50:51 +0000 (14:50 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 10 Apr 2001 14:50:51 +0000 (14:50 +0000)
commita5af2148ee7941a033f3ecbc73bc180061416589
tree790f2685787a3091523ec4c523d7120383cef3e0
parentbfce016a30da85c4a637ab4825e429da482a80c0
When doing the quick test to see whether large files are supported,
catch IOError as well as OverflowError.  I found that on Tru64 Unix
this was raised; probably because the OS (or libc) doesn't support
large files but the architecture is 64 bits!
Lib/test/test_largefile.py