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 Zero
Recipients Kamushin.Shen, Zero, cben, kbk, rhettinger, roger.serwy, terry.reedy, westley.martinez
Date 2014-10-06.16:24:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1412612658.09.0.0837421825831.issue7676@psf.upfronthosting.co.za>
In-reply-to
Content
In Lib\idlelib\PyShell.py, there are usetabs and indentwidth attributes in the PyShell class. Is there some reason that these settings cannot be reconfigured in the Options > Configure IDLE... menu? I just edited these to False and 4 respectively and am quite content with the resulting behavior.
History
Date User Action Args
2014-10-06 16:24:18Zerosetrecipients: + Zero, rhettinger, terry.reedy, kbk, cben, roger.serwy, westley.martinez, Kamushin.Shen
2014-10-06 16:24:18Zerosetmessageid: <1412612658.09.0.0837421825831.issue7676@psf.upfronthosting.co.za>
2014-10-06 16:24:18Zerolinkissue7676 messages
2014-10-06 16:24:17Zerocreate