This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Tofystedeth
Recipients Tofystedeth
Date 2010-04-01.21:24:38
SpamBayes Score 0.0006969172
Marked as misclassified No
Message-id <1270157080.33.0.1290049865.issue8285@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2010-04-01 21:24:40Tofystedethsetrecipients: + Tofystedeth
2010-04-01 21:24:40Tofystedethsetmessageid: <1270157080.33.0.1290049865.issue8285@psf.upfronthosting.co.za>
2010-04-01 21:24:38Tofystedethlinkissue8285 messages
2010-04-01 21:24:38Tofystedethcreate