mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
Patrick K. O'Brien notices that kwlist was missing from __all__.
Added because it is part of the documented interface.
This commit is contained in:
parent
37e477216b
commit
edc853e2f4
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ the python source tree after building the interpreter and run:
|
||||||
python Lib/keyword.py
|
python Lib/keyword.py
|
||||||
"""
|
"""
|
||||||
|
|
||||||
__all__ = ["iskeyword"]
|
__all__ = ["iskeyword", "kwlist"]
|
||||||
|
|
||||||
kwlist = [
|
kwlist = [
|
||||||
#--start keywords--
|
#--start keywords--
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue