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 Justin.Barker, terry.reedy
Date 2014-02-21.22:45:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1393022735.33.0.351687460802.issue20690@psf.upfronthosting.co.za>
In-reply-to
Content
Questions about how to use python (or Idle) are better directed to python-list or similar forums. In this case, you are asking how to edit a file with tabs in Idle, which converts tabs to spaces on entry. Idle editor windows have a Format menu with Tabify and Untabify options, both of which allow you to select the conversion between tabs and spaces. I personally would untabify the file first and edit. You could re-tabify at the end if needed. Or just edit (with spaces) and tabify the new stuff at the end.
History
Date User Action Args
2014-02-21 22:45:35terry.reedysetrecipients: + terry.reedy, Justin.Barker
2014-02-21 22:45:35terry.reedysetmessageid: <1393022735.33.0.351687460802.issue20690@psf.upfronthosting.co.za>
2014-02-21 22:45:35terry.reedylinkissue20690 messages
2014-02-21 22:45:34terry.reedycreate