Greg Ewing wrote: > Dag Sverre Seljebotn wrote: > >> ALL options we define can then consistently be toggled in the four ways >> listed below. > > That's rather a lot of ways. Are they all really > necessary? Shouldn't there be just one obvious way of > specifying these things in the source instead of three?
The with statement fits in all situations, but it means another level of indentation in the source just for the directive, so you end up indenting and dedenting all your source all the time...having the two non-indentation-options just leads to much higher usability. (Introducing non-Python syntax would be another way, though I'd oppose that myself. In the end of the day it is a matter of taste I suppose; but there appears to be strong support for keeping all of them.) -- Dag Sverre _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
