mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
Call out IDLE Fork in startup message.
This commit is contained in:
parent
21ebb211df
commit
e75785a646
1 changed files with 1 additions and 1 deletions
|
@ -470,7 +470,7 @@ class PyShell(OutputWindow):
|
||||||
|
|
||||||
def begin(self):
|
def begin(self):
|
||||||
self.resetoutput()
|
self.resetoutput()
|
||||||
self.write("Python %s on %s\n%s\nIDLE %s -- press F1 for help\n" %
|
self.write("Python %s on %s\n%s\nIDLE Fork %s -- press F1 for help\n" %
|
||||||
(sys.version, sys.platform, self.COPYRIGHT,
|
(sys.version, sys.platform, self.COPYRIGHT,
|
||||||
idlever.IDLE_VERSION))
|
idlever.IDLE_VERSION))
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue