doc note: for-from loop syntax is discouraged
authorStefan Behnel <stefan_ml@behnel.de>
Wed, 27 Jun 2012 21:28:22 +0000 (23:28 +0200)
committerStefan Behnel <stefan_ml@behnel.de>
Wed, 27 Jun 2012 21:28:22 +0000 (23:28 +0200)
docs/src/userguide/pyrex_differences.rst

index efad717..21aa16f 100644 (file)
@@ -127,8 +127,9 @@ yields::
     6
     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)
 ======================================================================================