I know it has good points as well but thats not for this thread. thanks.
Name:
Anonymous2007-02-07 10:24
oh yeah, I almost forgot, there is a hidden feature that you can use curly braces as block delimiters in python too! you do it like this:
def fun(): #{
print 'Hello World'
...
#}