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 Tofystedeth, mark.dickinson, taleinat, terry.reedy
Date 2010-08-05.18:49:05
SpamBayes Score 5.968951e-07
Marked as misclassified No
Message-id <1281034148.0.0.866771359783.issue8285@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2010-08-05 18:49:08mark.dickinsonsetrecipients: + mark.dickinson, terry.reedy, taleinat, Tofystedeth
2010-08-05 18:49:07mark.dickinsonsetmessageid: <1281034148.0.0.866771359783.issue8285@psf.upfronthosting.co.za>
2010-08-05 18:49:06mark.dickinsonlinkissue8285 messages
2010-08-05 18:49:05mark.dickinsoncreate