]> granicus.if.org Git - python/commit
Ka-Ping Yee's version is better:
authorGuido van Rossum <guido@python.org>
Thu, 20 Mar 1997 19:45:51 +0000 (19:45 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 20 Mar 1997 19:45:51 +0000 (19:45 +0000)
commiteb8c972648c9fec8bad5419eb1ab13cafa52d3d8
tree1779760f4d32d139838e4dd6bea22859ed858ac6
parent90d556fb6e71ca05b14c514b0c9a53a99839a3e0
Ka-Ping Yee's version is better:

Here's a "keyword" module which, in the spirit of "token.py", updates
the list of keywords automatically from a source file (in this case,
"graminit.c" seemed like a reasonable choice, easier than "Grammar/Grammar").

You get "kwlist", a sorted list of keywords; "kwdict", a dictionary
mapping each keyword to 1; and "iskeyword", a function which tells
you if a given string happens to be a keyword.
Lib/keyword.py