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 cheryl.sabella, epaine, rhettinger, taleinat, terry.reedy
Date 2021-05-07.03:42:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1620358974.61.0.302816975641.issue37892@roundup.psfhosted.org>
In-reply-to
Content
PR 25678 merged on top of the sidebar patch results in using space indents with the sidebar.  An additional patch is needed to have the mode with '>>>' on a line by itself instead of having a sidebar.

The shell prompt_last_line attribute is now obsolete (it is always '') and should be removed after uses, such as "if self.prompt_last_line" headers and the following code, are removed.
History
Date User Action Args
2021-05-07 03:42:54terry.reedysetrecipients: + terry.reedy, rhettinger, taleinat, cheryl.sabella, epaine
2021-05-07 03:42:54terry.reedysetmessageid: <1620358974.61.0.302816975641.issue37892@roundup.psfhosted.org>
2021-05-07 03:42:54terry.reedylinkissue37892 messages
2021-05-07 03:42:54terry.reedycreate