Terry J. Reedy <tjre...@udel.edu> added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue38636>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to