Changeset 391 for python/trunk/Doc/library/keyword.rst
- Timestamp:
- Mar 19, 2014, 11:31:01 PM (11 years ago)
- Location:
- python/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
python/trunk
-
Property svn:mergeinfo
set to
/python/vendor/Python-2.7.6 merged eligible /python/vendor/current merged eligible
-
Property svn:mergeinfo
set to
-
python/trunk/Doc/library/keyword.rst
r2 r391 1 2 1 :mod:`keyword` --- Testing for Python keywords 3 2 ============================================== … … 6 5 :synopsis: Test whether a string is a keyword in Python. 7 6 7 **Source code:** :source:`Lib/keyword.py` 8 9 -------------- 8 10 9 11 This module allows a Python program to determine if a string is a keyword. … … 20 22 keywords are defined to only be active when particular :mod:`__future__` 21 23 statements are in effect, these will be included as well. 22
Note:
See TracChangeset
for help on using the changeset viewer.