mirror of
https://github.com/python/cpython.git
synced 2024-12-03 14:55:56 +08:00
Remove reference to IDLEfork
This commit is contained in:
parent
76bcb5cb6d
commit
ae8bbff231
@ -870,7 +870,7 @@ class PyShell(OutputWindow):
|
||||
nosub = ''
|
||||
else:
|
||||
nosub = "==== No Subprocess ===="
|
||||
self.write("Python %s on %s\n%s\nIDLEfork %s %s\n" %
|
||||
self.write("Python %s on %s\n%s\nIDLE %s %s\n" %
|
||||
(sys.version, sys.platform, self.COPYRIGHT,
|
||||
idlever.IDLE_VERSION, nosub))
|
||||
self.showprompt()
|
||||
|
Loading…
Reference in New Issue
Block a user