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 Zero, terry.reedy
Date 2019-10-31.01:58:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1572487091.52.0.942734149147.issue38636@roundup.psfhosted.org>
In-reply-to
Content
Interesting.  The result of making these changes is legal code looking like
>>> if a:
    if b:
        c = 3
This has been proposed as the way Shell should work, but rejected as likely too confusing to beginners as the indented code does not look indented compared to the line above.  The use of tabs for indents in Shell has long been considered a wart that is a 'least bad solution'.

Please hold your proposals.  I intend to solve the issue by moving the prompt to a shell sidebar and use the same indent in shell as in editors.  #37903 has a PR under review.
History
Date User Action Args
2019-10-31 01:58:11terry.reedysetrecipients: + terry.reedy, Zero
2019-10-31 01:58:11terry.reedysetmessageid: <1572487091.52.0.942734149147.issue38636@roundup.psfhosted.org>
2019-10-31 01:58:11terry.reedylinkissue38636 messages
2019-10-31 01:58:11terry.reedycreate