Skip to content

Commit 6bb7704

Browse files
bpo-33856: Add "help" to the welcome message of IDLE (GH-7755)
Make it the same as when one runs 'python'. (cherry picked from commit 9d49f85) Co-authored-by: Stéphane Wirtel <[email protected]>
1 parent 6335933 commit 6bb7704

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Lib/idlelib/pyshell.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1033,7 +1033,7 @@ def short_title(self):
10331033
return self.shell_title
10341034

10351035
COPYRIGHT = \
1036-
'Type "copyright", "credits" or "license()" for more information.'
1036+
'Type "help", "copyright", "credits" or "license()" for more information.'
10371037

10381038
def begin(self):
10391039
self.text.mark_set("iomark", "insert")
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add "help" in the welcome message of IDLE

0 commit comments

Comments
 (0)