mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
maxint->maxsize. Wouldn't import.
This commit is contained in:
parent
79bbbbc375
commit
3536a5c09c
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue