[EMAIL PROTECTED] wrote: > Attribution lost (I believe it was Andrew) > > If you don't like the whitespace, don't use Python. That's fine by me. > > I don't want to lose people just cuz of this. We should be able > to make the Python tent bigger with code viewers/editors that add > all the braces and other crud people want....then remove them > at the save command.
Two big problems: 1) violates principle of least surprise 2) braces are syntactically significant (Dictionaries) Another is that it is very likely to break something in some strange way. Especially when a debugger is used. I find this idea to be horribly poor. -john -- [email protected] http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list
