mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08: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:
@@ -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--
|
||||
|
||||
Reference in New Issue
Block a user