Nick Vargish <[EMAIL PROTECTED]> writes:

> Mage <[EMAIL PROTECTED]> writes:
>
>> - identing with tabs
>
> Indenting with tabs is pretty much frowned upon in Python, as Guido
> relates in PEP 8:
>
> http://www.python.org/peps/pep-0008.html
>
> I guess it doesn't matter much if you are the only person who will
> ever touch your code, and you never, ever, accidentally mix spaces and
> tabs...

What the OP probably meant was that the development environment
inserts the appropriate number of spaces when you hit the tab key. I'd
hate to work on Python - or in any group development environment -
where that wasn't the case.

            <mike
-- 
Mike Meyer <[EMAIL PROTECTED]>                  http://www.mired.org/home/mwm/
Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to