Commit edc853e2 authored by Raymond Hettinger's avatar Raymond Hettinger

Patrick K. O'Brien notices that kwlist was missing from __all__.

Added because it is part of the documented interface.
parent 37e47721
......@@ -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--
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment