From: Kurt B. Kaiser Date: Mon, 16 Jul 2001 05:25:12 +0000 (+0000) Subject: Call out IDLE Fork in startup message. X-Git-Tag: v2.2a3~1149 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e75785a646d2cb4004187772f1df3bc5d474a77f;p=thirdparty%2FPython%2Fcpython.git Call out IDLE Fork in startup message. --- diff --git a/Lib/idlelib/PyShell.py b/Lib/idlelib/PyShell.py index 407eeddb2d89..cab7328f12a2 100644 --- a/Lib/idlelib/PyShell.py +++ b/Lib/idlelib/PyShell.py @@ -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: