[issue8285] IDLE not smart indenting correctly in nested statements

Tofystedeth report at bugs.python.org
Thu Apr 1 23:24:40 CEST 2010


New submission from Tofystedeth <nancedr at gmail.com>:

huh, somehow I submitted this before I was done, sorry bout that.

IDLE (the shell, not the text editor) doubles the indentation when in nested statements.
For instance
while True:
    while True:
        while True:

becomes
>>> while True:
        while True:
                while True:
backspacing removes all 8 spaces as well, so once I'm nested that far I have to manually indent.

----------
type:  -> behavior

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


More information about the Python-bugs-list mailing list