mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
Merge with 3.4
This commit is contained in:
commit
6627902e0f
1 changed files with 2 additions and 2 deletions
|
|
@ -15,8 +15,8 @@
|
|||
from sys import maxsize as INFINITY
|
||||
from idlelib.configHandler import idleConf
|
||||
|
||||
BLOCKOPENERS = set(["class", "def", "elif", "else", "except", "finally", "for",
|
||||
"if", "try", "while", "with"])
|
||||
BLOCKOPENERS = {"class", "def", "elif", "else", "except", "finally", "for",
|
||||
"if", "try", "while", "with"}
|
||||
UPDATEINTERVAL = 100 # millisec
|
||||
FONTUPDATEINTERVAL = 1000 # millisec
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue