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 ned.deily, terry.reedy, [email protected]
Date 2020-01-03.22:16:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
Among other problems, the patch for #11820 uses a unix-only tcl function. 

In non-shell editor and output windows, Select all (Control-A at least on windows) Delete (or Backspace, or Cut to clipboard, ^X on Windows) clears the window.  Delete does not work for the read-only history portion of the Shell, hence the request for a separate menu item.

However, if an editor window is open, one can still get a clean Shell by closing Shell and re-opening with Run => Shell or running the file being edited.
History
Date User Action Args
2020-01-03 22:16:03terry.reedysetrecipients: + terry.reedy, ned.deily, [email protected]
2020-01-03 22:16:03terry.reedysetmessageid: <[email protected]>
2020-01-03 22:16:03terry.reedylinkissue39141 messages
2020-01-03 22:16:03terry.reedycreate