From 3536a5c09c8e8fb248ac7ab89a45d75e9f91ea30 Mon Sep 17 00:00:00 2001 From: "Kurt B. Kaiser" Date: Wed, 12 Dec 2007 17:22:06 +0000 Subject: maxint->maxsize. Wouldn't import. --- Lib/idlelib/CodeContext.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/idlelib/CodeContext.py') diff --git a/Lib/idlelib/CodeContext.py b/Lib/idlelib/CodeContext.py index edeb0993435..3ab6e47e539 100644 --- a/Lib/idlelib/CodeContext.py +++ b/Lib/idlelib/CodeContext.py @@ -12,7 +12,7 @@ not open blocks are not shown in the context hints pane. import Tkinter from Tkconstants import TOP, LEFT, X, W, SUNKEN import re -from sys import maxint as INFINITY +from sys import maxsize as INFINITY from idlelib.configHandler import idleConf BLOCKOPENERS = set(["class", "def", "elif", "else", "except", "finally", "for", -- cgit v1.2.3