From: Kurt B. Kaiser Date: Sat, 14 Jun 2003 03:23:56 +0000 (+0000) Subject: Remove reference to IDLEfork X-Git-Tag: v2.3c1~453 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ae8bbff2313afc3ad9a5c69795ca4667fae45041;p=python Remove reference to IDLEfork --- diff --git a/Lib/idlelib/PyShell.py b/Lib/idlelib/PyShell.py index e556af352f..d65ec27aac 100644 --- a/Lib/idlelib/PyShell.py +++ b/Lib/idlelib/PyShell.py @@ -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()