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 primexx, terry.reedy
Date 2022-02-07.00:50:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1644195002.7.0.767044757955.issue46666@roundup.psfhosted.org>
In-reply-to
Content
[Please just select the current development version.  Others can be marked if and when backported.  3.8 and before only get security fixes.  Same for 3.9 after about next May 31.]

Please explain exactly what you want and rewrite something like the following.
if a:
    if b:
        if c:
            pass
    if d:
        pass

IDLE's code context feature (Options menu) could be considered an indent guide.  In some ways, it is better.


What you see in the editor is what is saved (including when running), so any non-code additions have to be removed first.
History
Date User Action Args
2022-02-07 00:50:02terry.reedysetrecipients: + terry.reedy, primexx
2022-02-07 00:50:02terry.reedysetmessageid: <1644195002.7.0.767044757955.issue46666@roundup.psfhosted.org>
2022-02-07 00:50:02terry.reedylinkissue46666 messages
2022-02-07 00:50:02terry.reedycreate