patching of python: tabs make me seek of python

Andrew Bennetts andrew-pythonlist at puzzling.org
Tue Jan 28 19:23:21 EST 2003


On Tue, Jan 28, 2003 at 11:43:17AM -0800, Andrei Smirnov wrote:
> 
> please, don't try to convince me that tabs are good: i'm too lazy to even think
> about it. i just want curly braces.

If you really can't adapt, you can always do:

    if foo: #{
        ...
    #}

Etc.

However, I strongly suspect that all you need to do is configure your editor
correctly, e.g. expand all tabs to spaces, and preferably make sure your
workmates do the same.

-Andrew.






More information about the Python-list mailing list