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 Al.Sweigart, Kamushin.Shen, THRlWiTi, Zero, cben, kbk, louielu, rhettinger, roger.serwy, terry.reedy, westley.martinez
Date 2019-08-20.11:52:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1566301943.81.0.383692724021.issue7676@roundup.psfhosted.org>
In-reply-to
Content
I think that using tabs for Shell indents is IDLE's current worst design wart.  But I agree with KBK (#1196946) that merely replacing tabs with spaces does not really solve the problem, which is the jagged physical margin consequent on physically indenting only the first line with a prompt. 

#37892 proposes to stop using tabs by implementing updated versions of the alternate fixes, 3 and 1, mentioned in msg151418 below. The alternate proposal will fix some other issues as well.
History
Date User Action Args
2019-08-20 11:52:23terry.reedysetrecipients: + terry.reedy, rhettinger, kbk, cben, roger.serwy, Zero, THRlWiTi, westley.martinez, Al.Sweigart, Kamushin.Shen, louielu
2019-08-20 11:52:23terry.reedysetmessageid: <1566301943.81.0.383692724021.issue7676@roundup.psfhosted.org>
2019-08-20 11:52:23terry.reedylinkissue7676 messages
2019-08-20 11:52:23terry.reedycreate