bpo-33856: Add "help" to the welcome message of IDLE (GH-7755)

Make it the same as when one runs 'python'.
This commit is contained in:
Stéphane Wirtel 2018-06-16 23:20:56 +02:00 committed by Terry Jan Reedy
parent 17a0088e26
commit 9d49f85064
2 changed files with 2 additions and 1 deletions

View File

@ -1033,7 +1033,7 @@ class PyShell(OutputWindow):
return self.shell_title
COPYRIGHT = \
'Type "copyright", "credits" or "license()" for more information.'
'Type "help", "copyright", "credits" or "license()" for more information.'
def begin(self):
self.text.mark_set("iomark", "insert")

View File

@ -0,0 +1 @@
Add "help" in the welcome message of IDLE