Changeset 391 for python/trunk/Lib/idlelib/ParenMatch.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/ParenMatch.py
r2 r391 6 6 """ 7 7 8 from HyperParser import HyperParser9 from configHandler import idleConf8 from idlelib.HyperParser import HyperParser 9 from idlelib.configHandler import idleConf 10 10 11 11 _openers = {')':'(',']':'[','}':'{'}
Note:
See TracChangeset
for help on using the changeset viewer.