diff --git a/Lib/keyword.py b/Lib/keyword.py index 98dd2ec2cab..c89708157f2 100755 --- a/Lib/keyword.py +++ b/Lib/keyword.py @@ -10,7 +10,7 @@ the python source tree after building the interpreter and run: python Lib/keyword.py """ -__all__ = ["iskeyword"] +__all__ = ["iskeyword", "kwlist"] kwlist = [ #--start keywords--