Merge with 3.2.

This commit is contained in:
Georg Brandl 2011-08-08 21:45:24 +02:00
commit 96598afac4
1 changed files with 3 additions and 0 deletions

View File

@ -184,6 +184,9 @@ following loop, which searches for prime numbers::
8 equals 2 * 4 8 equals 2 * 4
9 equals 3 * 3 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: .. _tut-pass: