Commit 46876b74 authored by Stefan Behnel's avatar Stefan Behnel

doc note: for-from loop syntax is discouraged

parent 9455f388
...@@ -127,8 +127,9 @@ yields:: ...@@ -127,8 +127,9 @@ yields::
6 6
8 8
.. note:: see :ref:`automatic-range-conversion` .. note:: Usage of this syntax is discouraged as it is redundant with the
normal Python :keyword:`for` loop.
See :ref:`automatic-range-conversion`.
Boolean int type (e.g. it acts like a c int, but coerces to/from python as a boolean) Boolean int type (e.g. it acts like a c int, but coerces to/from python as a boolean)
====================================================================================== ======================================================================================
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment