[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:
parent
80c51c4737
commit
c488558faa
|
@ -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()
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Add "help" in the welcome message of IDLE
|
Loading…
Reference in New Issue