'Python Shell' may have contributed to some beginners confusing 'IDLE' with ' Python'.
(cherry picked from commit
05cc881cbcf5d73a312568c78c7149eae3195072)
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
======================================
+bpo-41775: Make 'IDLE Shell' the shell title.
+
bpo-35764: Rewrite the Calltips doc section.
bpo-40181: In calltips, stop reminding that '/' marks the end of
class PyShell(OutputWindow):
- shell_title = "Python " + python_version() + " Shell"
+ shell_title = "IDLE Shell " + python_version()
# Override classes
ColorDelegator = ModifiedColorDelegator
--- /dev/null
+Use 'IDLE Shell' as shell title