[Python-checkins] r72289 - in python/branches/py3k: Doc/reference/lexical_analysis.rst
georg.brandl
python-checkins at python.org
Mon May 4 22:43:45 CEST 2009
Author: georg.brandl
Date: Mon May 4 22:43:44 2009
New Revision: 72289
Log:
Merged revisions 72288 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72288 | georg.brandl | 2009年05月04日 22:42:08 +0200 (Mo, 04 Mai 2009) | 1 line
#5925: fix highlighting of keyword table.
........
Modified:
python/branches/py3k/ (props changed)
python/branches/py3k/Doc/reference/lexical_analysis.rst
Modified: python/branches/py3k/Doc/reference/lexical_analysis.rst
==============================================================================
--- python/branches/py3k/Doc/reference/lexical_analysis.rst (original)
+++ python/branches/py3k/Doc/reference/lexical_analysis.rst Mon May 4 22:43:44 2009
@@ -328,7 +328,9 @@
The following identifiers are used as reserved words, or *keywords* of the
language, and cannot be used as ordinary identifiers. They must be spelled
-exactly as written here::
+exactly as written here:
+
+.. sourcecode:: text
False class finally is return
None continue for lambda try
More information about the Python-checkins
mailing list