Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79bbbbc commit 3536a5cCopy full SHA for 3536a5c
1 file changed
Lib/idlelib/CodeContext.py
@@ -12,7 +12,7 @@
12
import Tkinter
13
from Tkconstants import TOP, LEFT, X, W, SUNKEN
14
import re
15
-from sys import maxint as INFINITY
+from sys import maxsize as INFINITY
16
from idlelib.configHandler import idleConf
17
18
BLOCKOPENERS = set(["class", "def", "elif", "else", "except", "finally", "for",
0 commit comments