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 mark.dickinson
Recipients drbuckle, mark.dickinson, r.david.murray
Date 2010-08-06.21:25:22
SpamBayes Score 4.7374193e-05
Marked as misclassified No
Message-id <1281129924.57.0.192314163462.issue9519@psf.upfronthosting.co.za>
In-reply-to
Content
It appears that IDLE maintains the current indentation level, while the interpreter always resets indentation to the start of the line.  I don't really see why this is a problem.  In IDLE, when you want to unindent a level, you need to hit your backspace key.
History
Date User Action Args
2010-08-06 21:25:24mark.dickinsonsetrecipients: + mark.dickinson, r.david.murray, drbuckle
2010-08-06 21:25:24mark.dickinsonsetmessageid: <1281129924.57.0.192314163462.issue9519@psf.upfronthosting.co.za>
2010-08-06 21:25:22mark.dickinsonlinkissue9519 messages
2010-08-06 21:25:22mark.dickinsoncreate