[issue24260] TabError behavior doesn't match documentation

Stefan Krah report at bugs.python.org
Tue May 26 13:10:51 CEST 2015


Stefan Krah added the comment:

> Prohibiting tabs after spaces is not enough.

No, I really meant that once a new block is started with tabs,
all following nested blocks must use tabs for indentation.

The only place where spaces would be allowed is for aligment
in logical lines that extend over multiple physical lines.


Basically, just tab-oblivious formatting (which is generally
nice for other languages).

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24260>
_______________________________________


More information about the Python-bugs-list mailing list