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

Make it the same as when one runs 'python'..
(cherry picked from commit 9d49f85064)

Co-authored-by: Stéphane Wirtel <stephane@wirtel.be>
This commit is contained in:
Terry Jan Reedy 2018-06-16 18:15:18 -04:00 committed by GitHub
parent 80c51c4737
commit c488558faa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -1040,7 +1040,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.resetoutput()

View File

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