So, apparently, even the most indentation scoped languages are accepting that braces are the real deal and the way to do things right<p>If you check this SOF answer
http://stackoverflow.com/questions/101268/hidden-features-of-python#112303
you may notice the line sayin'<p>"from __future__ import braces"<p>Finally, no more lexical nonsense, just pure and clean visual scoping by following the braces! Victory!<p>:D
DANG IT! Ya got me all excited... Man, I would really like to see braces implemented properly in python. The lack of braces/indentation method sucks for providing easy visual clues.