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
commit17ab123cf1f0597e7e257c1ce83a6e87b85ffd7b (patch)
treeff884581a6dc34f7abd0f55d44257e1bc90b1e6a /Lib/keyword.py
parentbbd89b66b1b3c44836f560b60c7a176a6172f148 (diff)
downloadcpython-git-17ab123cf1f0597e7e257c1ce83a6e87b85ffd7b.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',