the indentaion for grouping thing

William Park opengeometry at yahoo.ca
Sat Jun 23 17:42:42 EDT 2001


On Sat, Jun 23, 2001 at 11:26:21AM -0700, Anonymous wrote:
> I want braces I guess, or some other short delimiter, e.g.:
> 
> if 1: {
>   if 0: {
>     print '1',
>     print '2',
>     print '3',
>   }
>   print '4',
> }
> 
> or, how about:
> 
> (if 1:
>   (if 0:
>     print '1',
>     print '2',
>     print '3',)
>   print '4',)

I personally wouldn't mind 'endif', 'endfor', or 'endwhile' to finish
off the loop, which also gives me chance to make short comment after the
keywords.  But, I can do that without them.  Braces interrupts the flow
of reading and writing.

<Tab> = 8<Space>.  Lets drop this silly issue!

-- 
William Park, Open Geometry Consulting, <opengeometry at yahoo.ca>
8 CPUs cluster, (Slackware) Linux, Python, LaTeX, Vim, Mutt, Sc.




More information about the Python-list mailing list