Kaydet (Commit) 9d49f850 authored tarafından Stéphane Wirtel's avatar Stéphane Wirtel Kaydeden (comit) Terry Jan Reedy

bpo-33856: Add "help" to the welcome message of IDLE (GH-7755)

Make it the same as when one runs 'python'.
üst 17a0088e
...@@ -1033,7 +1033,7 @@ class PyShell(OutputWindow): ...@@ -1033,7 +1033,7 @@ class PyShell(OutputWindow):
return self.shell_title return self.shell_title
COPYRIGHT = \ COPYRIGHT = \
'Type "copyright", "credits" or "license()" for more information.' 'Type "help", "copyright", "credits" or "license()" for more information.'
def begin(self): def begin(self):
self.text.mark_set("iomark", "insert") self.text.mark_set("iomark", "insert")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment