commit | a5af2148ee7941a033f3ecbc73bc180061416589 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Tue Apr 10 14:50:51 2001 +0000 |
committer | Guido van Rossum <guido@python.org> | Tue Apr 10 14:50:51 2001 +0000 |
tree | 790f2685787a3091523ec4c523d7120383cef3e0 | |
parent | bfce016a30da85c4a637ab4825e429da482a80c0 [diff] |
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!