diff options
author | Raymond Hettinger <python@rcn.com> | 2002-11-08 05:49:47 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2002-11-08 05:49:47 (GMT) |
commit | 1644986758e73a5e351d8938e8fd784824a327c7 (patch) | |
tree | 0d9707a37e596373687a1aae556b9c448fbf60f6 /Tools | |
parent | 0da7f39a7cc93eb4940e6350ab69ae939192f2d4 (diff) | |
download | cpython-1644986758e73a5e351d8938e8fd784824a327c7.zip cpython-1644986758e73a5e351d8938e8fd784824a327c7.tar.gz cpython-1644986758e73a5e351d8938e8fd784824a327c7.tar.bz2 |
Clarify the meaning of "requires Python 1.5.2".
Diffstat (limited to 'Tools')
-rw-r--r-- | Tools/idle/README.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Tools/idle/README.txt b/Tools/idle/README.txt index 3f91bdf..782f6a7 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 |