Kaydet (Commit) ae8bbff2 authored tarafından Kurt B. Kaiser's avatar Kurt B. Kaiser

Remove reference to IDLEfork

üst 76bcb5cb
...@@ -870,7 +870,7 @@ class PyShell(OutputWindow): ...@@ -870,7 +870,7 @@ class PyShell(OutputWindow):
nosub = '' nosub = ''
else: else:
nosub = "==== No Subprocess ====" 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, (sys.version, sys.platform, self.COPYRIGHT,
idlever.IDLE_VERSION, nosub)) idlever.IDLE_VERSION, nosub))
self.showprompt() self.showprompt()
......
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