mirror of https://github.com/python/cpython
Call out IDLE Fork in startup message.
This commit is contained in:
parent
21ebb211df
commit
e75785a646
|
@ -470,7 +470,7 @@ class PyShell(OutputWindow):
|
|||
|
||||
def begin(self):
|
||||
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,
|
||||
idlever.IDLE_VERSION))
|
||||
try:
|
||||
|
|
Loading…
Reference in New Issue