]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Clarify what it means to require Python 1.5.2.
authorRaymond Hettinger <python@rcn.com>
Fri, 8 Nov 2002 05:48:11 +0000 (05:48 +0000)
committerRaymond Hettinger <python@rcn.com>
Fri, 8 Nov 2002 05:48:11 +0000 (05:48 +0000)
Tools/idle/README.txt

index 3f91bdf88db1000bed5b4d4fd49652eb7734e232..67b892cf04e593210bc5590715c986932acebdc8 100644 (file)
@@ -35,9 +35,9 @@ 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 late, so it is currently only usable with
+a Python 1.5.2 distribution or later.  (An older version of IDLE is
+distributed with Python 1.5.2; you can drop this version on top of it.)
 
 COPYRIGHT