Stefan Behnel wrote: > Brian Blais wrote: >> In python, I am used to syntax: >> >> for var in stuff: >> >> where my eye finds "var" and then "stuff", so I first find out the >> relevant variable, and then the values it will take.
+1 to the value of seeing the "var" first and being more consistent with Python (being more Pythonic). _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
