[Python-checkins] cpython (2.7): whitespace

terry.reedy python-checkins at python.org
Sat Jan 21 06:33:42 CET 2012


http://hg.python.org/cpython/rev/117d58fc6e8d
changeset:   74551:117d58fc6e8d
branch:      2.7
user:        Terry Jan Reedy <tjreedy at udel.edu>
date:        Sat Jan 21 00:32:23 2012 -0500
summary:
  whitespace

files:
  Doc/reference/lexical_analysis.rst |  3 ++-
  1 files changed, 2 insertions(+), 1 deletions(-)


diff --git a/Doc/reference/lexical_analysis.rst b/Doc/reference/lexical_analysis.rst
--- a/Doc/reference/lexical_analysis.rst
+++ b/Doc/reference/lexical_analysis.rst
@@ -359,10 +359,11 @@
 .. versionchanged:: 2.5
    Using :keyword:`as` and :keyword:`with` as identifiers triggers a warning.  To
    use them as keywords, enable the ``with_statement`` future feature .
-   
+
 .. versionchanged:: 2.6
     :keyword:`as` and :keyword:`with` are full keywords.
 
+
 .. _id-classes:
 
 Reserved classes of identifiers

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list