[Python-ideas] Pipe indentation

Chris Angelico rosuav at gmail.com
Tue Dec 10 06:48:16 CET 2013


On Tue, Dec 10, 2013 at 4:21 PM, Stephen J. Turnbull <stephen at xemacs.org> wrote:
> Christopher Welborn writes:
>
>  > Here's a link to a screen shot that shows Sublime Text's nesting level
>  > lines:
>
>  > http://imgur.com/yRGNCKu
>
>  > ...a lot of editors do this, tab or space.
>
> But do they get it Pythonically correct?  Ie, in counting indentation,
> 1 TAB = 1 SPC, regardless of what it looks like on screen.

SciTE gets it Python3ically correct: tab != space regardless of number.

ChrisA


More information about the Python-ideas mailing list