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 terry.reedy
Recipients kmecpp, martin.panter, terry.reedy
Date 2015-07-11.02:01:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1436580102.47.0.81273426508.issue24572@psf.upfronthosting.co.za>
In-reply-to
Content
Idle expands tabs to spaces, if asked to do so.  It otherwise passes user code generated chars to tkinter, which passes them on to tk, which eventually passes them on to the OS gui widgets.  I will say more on the existing issue.
History
Date User Action Args
2015-07-11 02:01:42terry.reedysetrecipients: + terry.reedy, martin.panter, kmecpp
2015-07-11 02:01:42terry.reedysetmessageid: <1436580102.47.0.81273426508.issue24572@psf.upfronthosting.co.za>
2015-07-11 02:01:42terry.reedylinkissue24572 messages
2015-07-11 02:01:42terry.reedycreate