In article <[EMAIL PROTECTED]>,
 <[EMAIL PROTECTED]> 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 ([EMAIL PROTECTED])           <*>         http://www.pythoncraft.com/

The way to build large Python applications is to componentize and
loosely-couple the hell out of everything.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to