[Python-checkins] cpython (merge 3.2 -> default): Merge with 3.2.

georg.brandl python-checkins at python.org
Mon Aug 8 21:45:48 CEST 2011


http://hg.python.org/cpython/rev/89feee4fb8d6
changeset:   71775:89feee4fb8d6
parent:      71773:0c922e7d26e1
parent:      71774:0e5433cfe404
user:        Georg Brandl <georg at python.org>
date:        Mon Aug 08 21:45:24 2011 +0200
summary:
  Merge with 3.2.

files:
  Doc/tutorial/controlflow.rst |  3 +++
  1 files changed, 3 insertions(+), 0 deletions(-)


diff --git a/Doc/tutorial/controlflow.rst b/Doc/tutorial/controlflow.rst
--- a/Doc/tutorial/controlflow.rst
+++ b/Doc/tutorial/controlflow.rst
@@ -184,6 +184,9 @@
    8 equals 2 * 4
    9 equals 3 * 3
 
+(Yes, this is the correct code.  Look closely: the ``else`` clause belongs to
+the :keyword:`for` loop, **not** the :keyword:`if` statement.)
+
 
 .. _tut-pass:
 

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


More information about the Python-checkins mailing list