summaryrefslogtreecommitdiffstats
path: root/Tools/idle
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2000-02-15 17:16:40 (GMT)
committerGuido van Rossum <guido@python.org>2000-02-15 17:16:40 (GMT)
commit6d3be50653ba0e8a603327818f951ffcf8903f66 (patch)
treeb3c0e815696253672d996a4cf6faef3a11c8a668 /Tools/idle
parentb4b8381f4fa807cd84cbebd4067d5d2f780c5295 (diff)
downloadcpython-6d3be50653ba0e8a603327818f951ffcf8903f66.zip
cpython-6d3be50653ba0e8a603327818f951ffcf8903f66.tar.gz
cpython-6d3be50653ba0e8a603327818f951ffcf8903f66.tar.bz2
Updated for pending IDLE 0.5 release (still very rough -- just getting
it out in a more convenient format than CVS).
Diffstat (limited to 'Tools/idle')
-rw-r--r--Tools/idle/README.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/Tools/idle/README.txt b/Tools/idle/README.txt
index 497ae5e..05b652b 100644
--- a/Tools/idle/README.txt
+++ b/Tools/idle/README.txt
@@ -1,5 +1,5 @@
-IDLE 0.4 - 7 April 1999
------------------------
+IDLE 0.5 - February 2000
+------------------------
For news about this release, see the file NEWS.txt. (For a more
detailed change log, see the file ChangeLog.)
@@ -13,9 +13,9 @@ IDE for Python. It has the following features:
- debugger (not complete, but you can set breakpoints and step)
- works on Windows and Unix (probably works on Mac too)
-The main program is in the file "idle"; on Windows you can use idle.pyw
-to avoid popping up a DOS console. Any arguments passed are interpreted
-as files that will be opened for editing.
+The main program is in the file "idle"; on Windows you can use
+idle.pyw to avoid popping up a DOS console. Any arguments passed are
+interpreted as files that will be opened for editing.
IDLE requires Python 1.5.2, so it is currently only usable with the
Python 1.5.2 distribution (luckily, IDLE is bundled with Python