Message 53788 - Python tracker
Logged In: YES user_id=149084 What I'd really like is smart tabs like python-mode, where a tab (re)indents the line to the correct point based on the syntax, and a backspace backs up to the previous level. Since IDLE already knows how to indent I'm hoping that that won't be to difficult to implement.