Question about indentation and bugs

Terry Reedy tjreedy at home.com
Fri Aug 24 18:17:32 EDT 2001


> I feel that the indentation feature does far more good
> than harm for three reasons - 1. it's more readable 2. there's no
bracing
> style disagreements and 3. code executes the way it looks, so you
can't

*NOT* using {} redundantly for blocking frees {} for use as dictionary
delimiters.  Anyone who suggests using {} for structure should be
asked how they would write dictionary literals!

Terry J. Reedy






More information about the Python-list mailing list