Kaydet (Commit) 6e5f2d1f authored tarafından Just van Rossum's avatar Just van Rossum

oops, keyword list missed exec... doh! thanks to Maik Roeder (jvr)

üst 7d7bb919
...@@ -25,7 +25,7 @@ sublist is not used, hence always None. ...@@ -25,7 +25,7 @@ sublist is not used, hence always None.
# Tim Peters, # Tim Peters,
# Just van Rossum # Just van Rossum
__version__ = "0.3.1" __version__ = "0.3.2"
import string, regex import string, regex
...@@ -37,7 +37,7 @@ def replace(where, what, with): ...@@ -37,7 +37,7 @@ def replace(where, what, with):
# This list of keywords is taken from ref/node13.html of the # This list of keywords is taken from ref/node13.html of the
# Python 1.3 HTML documentation. ("access" is intentionally omitted.) # Python 1.3 HTML documentation. ("access" is intentionally omitted.)
keywordsList = [ keywordsList = [
"assert", "assert", "exec",
"del", "from", "lambda", "return", "del", "from", "lambda", "return",
"and", "elif", "global", "not", "try", "and", "elif", "global", "not", "try",
"break", "else", "if", "or", "while", "break", "else", "if", "or", "while",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment