I'm in the whitespace > braces camp, but mandatory braces help with the dangling else problem and makes it easier for the parser.
[0] http://www.pythonb.org/
I can understand making it faster for the parser, though.
I'm in the whitespace > braces camp, but mandatory braces help with the dangling else problem and makes it easier for the parser.
[0] http://www.pythonb.org/