Changeset 391 for python/trunk/Lib/idlelib/CodeContext.py
- Timestamp:
- Mar 19, 2014, 11:31:01 PM (11 years ago)
- Location:
- python/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
python/trunk
-
Property svn:mergeinfo
set to
/python/vendor/Python-2.7.6 merged eligible /python/vendor/current merged eligible
-
Property svn:mergeinfo
set to
-
python/trunk/Lib/idlelib/CodeContext.py
r2 r391 12 12 import Tkinter 13 13 from Tkconstants import TOP, LEFT, X, W, SUNKEN 14 from configHandler import idleConf15 14 import re 16 15 from sys import maxint as INFINITY 16 from idlelib.configHandler import idleConf 17 17 18 18 BLOCKOPENERS = set(["class", "def", "elif", "else", "except", "finally", "for",
Note:
See TracChangeset
for help on using the changeset viewer.