diff options
Diffstat (limited to 'Lib/keyword.py')
-rwxr-xr-x | Lib/keyword.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/keyword.py b/Lib/keyword.py index 0c3dec2..003e652 100755 --- a/Lib/keyword.py +++ b/Lib/keyword.py @@ -10,6 +10,8 @@ the python source tree after building the interpreter and run: python Lib/keyword.py """ +__all__ = ["iskeyword"] + kwlist = [ #--start keywords-- 'and', |