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: http://git.ipfire.org/?a=commitdiff_plain;h=ae8bbff2313afc3ad9a5c69795ca4667fae45041;p=thirdparty%2FPython%2Fcpython.git Remove reference to IDLEfork --- diff --git a/Lib/idlelib/PyShell.py b/Lib/idlelib/PyShell.py index e556af352fac..d65ec27aac08 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()