Message 246590 - Python tracker

Message246590

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