Commit e61f0543 authored by Kurt B. Kaiser's avatar Kurt B. Kaiser

maxint->maxsize. Wouldn't import.

parent edf88f7f
......@@ -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",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment