At Wednesday 27/12/2006 20:09, Ben Finney wrote:

> The python style guide [1] recommends four spaces per indentation
> level.
>
> [1] http://www.python.org/dev/peps/pep-0008/

It's not quite absolute on the topic:

    For new projects, spaces-only are strongly recommended over tabs.

Of course you can do it anyway you like, but you should have a *strong* reason for not following a *strong* recommendation. (Just a note, you can use untabify.py (inside the Tools dir) to convert tabs to spaces, instead of unexpand)


--
Gabriel Genellina
Softlab SRL

        

        
                
__________________________________________________ Preguntá. Respondé. Descubrí. Todo lo que querías saber, y lo que ni imaginabas, está en Yahoo! Respuestas (Beta). ¡Probalo ya! http://www.yahoo.com.ar/respuestas
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to