maxint->maxsize. Wouldn't import.
This commit is contained in:
parent
79bbbbc375
commit
3536a5c09c
|
@ -12,7 +12,7 @@ not open blocks are not shown in the context hints pane.
|
||||||
import Tkinter
|
import Tkinter
|
||||||
from Tkconstants import TOP, LEFT, X, W, SUNKEN
|
from Tkconstants import TOP, LEFT, X, W, SUNKEN
|
||||||
import re
|
import re
|
||||||
from sys import maxint as INFINITY
|
from sys import maxsize as INFINITY
|
||||||
from idlelib.configHandler import idleConf
|
from idlelib.configHandler import idleConf
|
||||||
|
|
||||||
BLOCKOPENERS = set(["class", "def", "elif", "else", "except", "finally", "for",
|
BLOCKOPENERS = set(["class", "def", "elif", "else", "except", "finally", "for",
|
||||||
|
|
Loading…
Reference in New Issue