mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Clarify the meaning of "requires Python 1.5.2".
This commit is contained in:
parent
0da7f39a7c
commit
1644986758
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue