Mark Dickinson <dicki...@gmail.com> added the comment:

I don't think this is specific to IDLE;  it also happens when launching the 
python interpreter directly from a terminal on OS X or Linux.  (BTW, what 
platform are you on?)

As far as I can tell, the TAB character is simply advancing to the next tab 
stop;  those tab stops are determined by the terminal, and can be controlled 
with the 'tabs' command on Linux.  Though if you're using the readline library, 
that seems to override or reset the tab settings somehow.

----------
components: +Interpreter Core -IDLE
nosy: +mark.dickinson

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue8285>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to