[issue6207] Simple For-Loops

2009-06-05 Thread Antoine Pitrou
Antoine Pitrou added the comment: This is not a place for such discussion. Please post on comp.lang.python. -- nosy: +pitrou resolution: -> invalid status: open -> closed ___ Python tracker ___

[issue6207] Simple For-Loops

2009-06-05 Thread Gabriel Koritzky
New submission from Gabriel Koritzky : I don't know if something like this has been said before, so if it did just ignore this. I have noticed that very few programming languages use simple for loops. Python itself doesn't have a really simple one. So here's my suggestion: for ( value ): # Repe