bpo-33856: Add "help" to the welcome message of IDLE (GH-7755) · python/cpython@25531fb

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Commit 25531fb

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 <stephane@wirtel.be>

1 parent 833b3d2 commit 25531fb

File tree

2 files changed

+

2

-

1

lines changed

2 files changed

+

2

-

1

lines changed

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")

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)