[Python-checkins] CVS: python/dist/src/Mac/scripts gensuitemodule.py,1.18,1.19
Fred L. Drake, Jr.
fdrake@acm.org
2002年1月24日 09:34:40 -0500
Jack Jansen writes:
> ! # XXXX Do we have a set of python keywords somewhere?
[changed to:]
> ! # Set of Python keywords (as of Python 2.2)
The keyword module has an undocumented data object kwlist which is a
list of keywords. Perhaps this should be documented and made part of
the public API? I'd want to change the list to a tuple, but that
seems harmless since it isn't already part of the API.
-Fred
--
Fred L. Drake, Jr. <fdrake at acm.org>
PythonLabs at Zope Corporation