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 cheryl.sabella, terry.reedy
Date 2018-05-24.02:10:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1527127852.83.0.682650639539.issue33628@psf.upfronthosting.co.za>
In-reply-to
Content
Super list.  It made the diff really easy to parse into related changes.  I printed it, reviewed code for items one by one, made a few changes, and checked them off when satisfied.

IDLE *does* (sort of) allow tabs.  One can read a file with tabs or Format => Tabify.  Config-main.def still has 'use-spaces= 1' and I believe it is still read and acted on, at least in some places. (This is, of course, untested.) The option to turn it off on the dialog has been removed, but I believe it still could be turned off by hand-editing .idlerc/config-main.cfg.  Of course, since 3.x rejects mixtures, beginners should expand tabs before editing existing files.

I have thought about possibly reviewing the tab situation, but in the absence of people having problems with the status quo, it is very low priority.  Maybe after 3.8 and the end of 2.x support.
History
Date User Action Args
2018-05-24 02:10:52terry.reedysetrecipients: + terry.reedy, cheryl.sabella
2018-05-24 02:10:52terry.reedysetmessageid: <1527127852.83.0.682650639539.issue33628@psf.upfronthosting.co.za>
2018-05-24 02:10:52terry.reedylinkissue33628 messages
2018-05-24 02:10:52terry.reedycreate