projects
/
platform
/
upstream
/
python-cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9455f38
)
doc note: for-from loop syntax is discouraged
author
Stefan Behnel
<stefan_ml@behnel.de>
Wed, 27 Jun 2012 21:28:22 +0000
(23:28 +0200)
committer
Stefan Behnel
<stefan_ml@behnel.de>
Wed, 27 Jun 2012 21:28:22 +0000
(23:28 +0200)
docs/src/userguide/pyrex_differences.rst
patch
|
blob
|
history
diff --git
a/docs/src/userguide/pyrex_differences.rst
b/docs/src/userguide/pyrex_differences.rst
index
efad717
..
21aa16f
100644
(file)
--- a/
docs/src/userguide/pyrex_differences.rst
+++ b/
docs/src/userguide/pyrex_differences.rst
@@
-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)
======================================================================================