Tabs are *MISUNDERSTOOD*, *EVIL* AND *STUPID*, end of discussion. (Re: Tabs versus Spaces in Source Code)

Christophe chris.cavalaria at free.fr
Fri May 19 04:04:15 EDT 2006


PoD a écrit :
> Maybe what Python should do (but never will given the obsession with using
> spaces) is only allow one level of indentation increase per block so that
> 
> def foo():
> <TAB><TAB>return 'bar'
> 
> would return a syntax error

Which would make <TAB> mandatory for indentation. What about some 
freedom of choice ?



More information about the Python-list mailing list