Non-Indented python

Paul Jackson pj at sgi.com
Tue Nov 27 19:11:35 EST 2001


Marcin 'Qrczak' Kowalczyk wrote:
> It's not a minority. Almost everybody uses this convention. It's
> better to use the most common convention consistently than to invent
> new conventions (like "tab = one indent level").

I agree.

So what if tab stops every 8 columns is a silly convention
that serves well none of the uses that Terry claims would
justify tabs.  What justifies tabs isn't these potential uses,
but longstanding convention, albeit loosely followed.

I'd encourage the purists to go tilt at windmills that are
connected to something useful, like an electric generator or
a water pump.  Attempts to find purity in silly little tab
conventions serve only to annoy the inmates and frustrate
the purists.

Meanwhile, from Parser/tokenizer.c:

    /* Don't ever change this -- it would break the portability of Python code */
    #define TABSIZE 8
-- 

                          I won't rest till it's the best ...
                          Manager, Linux Scalability
                          Paul Jackson <pj at sgi.com> 1.650.933.1373



More information about the Python-list mailing list