summaryrefslogtreecommitdiff
path: root/Lib/keyword.py
diff options
context:
space:
mode:
authorSkip Montanaro <skip@pobox.com>2001-01-24 06:27:27 +0000
committerSkip Montanaro <skip@pobox.com>2001-01-24 06:27:27 +0000
commit7e2d040907f30ecf9aa43e8b5333d2fd7cdcb5e9 (patch)
tree1ff44d20a00ad5bc7e51200ef0107a28c5ba260b /Lib/keyword.py
parent603a38eee896e6c4d76f27ac9b87b31276902b29 (diff)
downloadcpython-7e2d040907f30ecf9aa43e8b5333d2fd7cdcb5e9.tar.gz
a few more modules get __all__
Diffstat (limited to 'Lib/keyword.py')
-rwxr-xr-xLib/keyword.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/keyword.py b/Lib/keyword.py
index 0c3dec2aca..003e6521e5 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',