[issue41608] IDLE: not remove multiple spaces if not at start of line

E. Paine report at bugs.python.org
Fri Aug 21 09:33:14 EDT 2020


E. Paine <paineelisha at gmail.com> added the comment:

Further clarification on the new behaviour: in the shell whitespace after the prompt (>>>) will not be considered an indent and only have one character deleted at a time. However, on a continuation line, any initial whitespace will be considered an indent and the smart backspace behaviour will apply.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue41608>
_______________________________________


More information about the Python-bugs-list mailing list