Spaces and tabs again

Aahz aahz at pythoncraft.com
Sat Aug 13 15:45:18 EDT 2005


In article <1123927648.058674.213380 at g44g2000cwa.googlegroups.com>,
 <bearophileHUGS at lycos.com> wrote:
>
>I know that some people likes tabs, and other people likes spaces, so
>probably a single standard cannot be enforced, but I think the python
>compiler must generate an error (and stop compiling) when the
>sourcecode of a module contains both spaces and tabs to indent the
>lines of code (and comments lines too?).

Python 3.0 will prohibit tabs.
-- 
Aahz (aahz at pythoncraft.com)           <*>         http://www.pythoncraft.com/

The way to build large Python applications is to componentize and
loosely-couple the hell out of everything.



More information about the Python-list mailing list