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 epaine
Recipients epaine, taleinat, terry.reedy
Date 2020-08-21.13:33:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1598016794.11.0.0489105178402.issue41608@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2020-08-21 13:33:14epainesetrecipients: + epaine, terry.reedy, taleinat
2020-08-21 13:33:14epainesetmessageid: <1598016794.11.0.0489105178402.issue41608@roundup.psfhosted.org>
2020-08-21 13:33:14epainelinkissue41608 messages
2020-08-21 13:33:13epainecreate