diff options
Diffstat (limited to 'Lib/test/test_hexoct.py')
| -rw-r--r-- | Lib/test/test_hexoct.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_hexoct.py b/Lib/test/test_hexoct.py index afd696afc5..df9b310042 100644 --- a/Lib/test/test_hexoct.py +++ b/Lib/test/test_hexoct.py @@ -4,7 +4,7 @@ This is complex because of changes due to PEP 237. """ import sys -platform_long_is_32_bits = sys.maxint == 2147483647 +platform_long_is_32_bits = sys.maxsize == 2147483647 import unittest from test import test_support |
