Commit 6d3be506 authored by Guido van Rossum's avatar Guido van Rossum

Updated for pending IDLE 0.5 release (still very rough -- just getting

it out in a more convenient format than CVS).
parent b4b8381f
IDLE 0.4 - 7 April 1999 IDLE 0.5 - February 2000
----------------------- ------------------------
For news about this release, see the file NEWS.txt. (For a more For news about this release, see the file NEWS.txt. (For a more
detailed change log, see the file ChangeLog.) detailed change log, see the file ChangeLog.)
...@@ -13,9 +13,9 @@ IDE for Python. It has the following features: ...@@ -13,9 +13,9 @@ IDE for Python. It has the following features:
- debugger (not complete, but you can set breakpoints and step) - debugger (not complete, but you can set breakpoints and step)
- works on Windows and Unix (probably works on Mac too) - 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 The main program is in the file "idle"; on Windows you can use
to avoid popping up a DOS console. Any arguments passed are interpreted idle.pyw to avoid popping up a DOS console. Any arguments passed are
as files that will be opened for editing. interpreted as files that will be opened for editing.
IDLE requires Python 1.5.2, so it is currently only usable with the 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 Python 1.5.2 distribution (luckily, IDLE is bundled with Python
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment