From: Raymond Hettinger Date: Fri, 8 Nov 2002 05:49:47 +0000 (+0000) Subject: Clarify the meaning of "requires Python 1.5.2". X-Git-Tag: v2.3c1~3520 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1644986758e73a5e351d8938e8fd784824a327c7;p=thirdparty%2FPython%2Fcpython.git Clarify the meaning of "requires Python 1.5.2". --- diff --git a/Tools/idle/README.txt b/Tools/idle/README.txt index 3f91bdf88db1..782f6a7b7601 100644 --- a/Tools/idle/README.txt +++ b/Tools/idle/README.txt @@ -35,9 +35,10 @@ Command line arguments: files passed on the command line are executed, not opened for editing, unless you give the -e command line option. Try "./idle.py -h" to see other command line options. -IDLE requires Python 1.5.2, so it is currently only usable with a -Python 1.5.2 distribution. (An older version of IDLE is distributed -with Python 1.5.2; you can drop this version on top of it.) +IDLE requires Python 1.5.2 or later, so it is currently only usable +with a Python 1.5.2 (or later) distribution. (An older version of +IDLE is distributed with Python 1.5.2; you can drop this version on +top of it.) COPYRIGHT