[issue8285] IDLE not smart indenting correctly in nested statements

2010-08-05 Thread Tofystedeth
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.

[issue8285] IDLE not smart indenting correctly in nested statements

2010-04-01 Thread Tofystedeth
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

[issue8285] IDLE not smart indenting correctly in nested statements

2010-04-01 Thread Tofystedeth
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