Ignore:
Timestamp:
Mar 19, 2014, 11:31:01 PM (11 years ago)
Author:
dmik
Message:

python: Merge vendor 2.7.6 to trunk.

Location:
python/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • python/trunk

  • python/trunk/Doc/library/keyword.rst

    r2 r391  
    1 
    21:mod:`keyword` --- Testing for Python keywords
    32==============================================
     
    65   :synopsis: Test whether a string is a keyword in Python.
    76
     7**Source code:** :source:`Lib/keyword.py`
     8
     9--------------
    810
    911This module allows a Python program to determine if a string is a keyword.
     
    2022   keywords are defined to only be active when particular :mod:`__future__`
    2123   statements are in effect, these will be included as well.
    22 
Note: See TracChangeset for help on using the changeset viewer.