Tofystedeth added the comment:
You're right, it also does it when I use the Python shell from the command
prompt. I'm running Windows Vista 32bit SP2.
--
___
Python tracker
<http://bugs.python.
New submission from Tofystedeth :
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:
w
Changes by Tofystedeth :
--
components: IDLE
nosy: Tofystedeth
severity: normal
status: open
title: IDLE not smart indenting correctly in nested statements
versions: Python 2.6
___
Python tracker
<http://bugs.python.org/issue8