Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6e5f2d1

Browse files
author
Just van Rossum
committed
oops, keyword list missed exec... doh! thanks to Maik Roeder (jvr)
1 parent 7d7bb91 commit 6e5f2d1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Mac/Tools/IDE/PyFontify.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
# Tim Peters,
2626
# Just van Rossum
2727

28-
__version__ = "0.3.1"
28+
__version__ = "0.3.2"
2929

3030
import string, regex
3131

@@ -37,7 +37,7 @@ def replace(where, what, with):
3737
# This list of keywords is taken from ref/node13.html of the
3838
# Python 1.3 HTML documentation. ("access" is intentionally omitted.)
3939
keywordsList = [
40-
"assert",
40+
"assert", "exec",
4141
"del", "from", "lambda", "return",
4242
"and", "elif", "global", "not", "try",
4343
"break", "else", "if", "or", "while",

0 commit comments

Comments
 (0)