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:
parent
17a0088e26
commit
9d49f85064
|
@ -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")
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Add "help" in the welcome message of IDLE
|
Loading…
Reference in New Issue