mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +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
|
||||
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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue