mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Kill execfile(), use exec() instead
This commit is contained in:
parent
41eaedd361
commit
016880229a
98 changed files with 179 additions and 341 deletions
|
|
@ -66,10 +66,10 @@ if exists("python_highlight_builtins")
|
|||
syn keyword pythonBuiltin __import__ abs all any basestring bool
|
||||
syn keyword pythonBuiltin buffer callable chr classmethod cmp
|
||||
syn keyword pythonBuiltin complex copyright credits delattr dict
|
||||
syn keyword pythonBuiltin dir divmod enumerate eval execfile exit file
|
||||
syn keyword pythonBuiltin dir divmod enumerate eval exec exit
|
||||
syn keyword pythonBuiltin filter float frozenset getattr globals hasattr
|
||||
syn keyword pythonBuiltin hash help hex id int isinstance
|
||||
syn keyword pythonBuiltin issubclass iter len license list locals long map
|
||||
syn keyword pythonBuiltin issubclass iter len license list locals map
|
||||
syn keyword pythonBuiltin max min object oct open ord pow property quit
|
||||
syn keyword pythonBuiltin range reload repr reversed round
|
||||
syn keyword pythonBuiltin set setattr slice sorted staticmethod str sum
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue