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.06:12:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1436595149.54.0.64975174611.issue24572@psf.upfronthosting.co.za>
In-reply-to
Content
To modify what I said, Idle only auto-expands literal tabs entered into an editor window with the Tab key.  When one is doing such entry, all key sequences are subject to interception, so this is nothing special.

Tabs chars put in a string with '\t' or '\x09' are not and should not be modified (except by explicit string methods.  The issue here and in #23220 is what happens when strings are written to a file object with print or file.write.
History
Date User Action Args
2015-07-11 06:12:29terry.reedysetrecipients: + terry.reedy, martin.panter, kmecpp
2015-07-11 06:12:29terry.reedysetmessageid: <1436595149.54.0.64975174611.issue24572@psf.upfronthosting.co.za>
2015-07-11 06:12:29terry.reedylinkissue24572 messages
2015-07-11 06:12:29terry.reedycreate