Skip to content

Commit c488558

Browse files
[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 9d49f85) Co-authored-by: Stéphane Wirtel <[email protected]>
1 parent 80c51c4 commit c488558

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
@@ -1040,7 +1040,7 @@ def short_title(self):
10401040
return self.shell_title
10411041

10421042
COPYRIGHT = \
1043-
'Type "copyright", "credits" or "license()" for more information.'
1043+
'Type "help", "copyright", "credits" or "license()" for more information.'
10441044

10451045
def begin(self):
10461046
self.resetoutput()
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)