1999-01-08 13:26:02 -04:00
|
|
|
IDLE 0.2 - 8 January 1999
|
|
|
|
-------------------------
|
|
|
|
|
|
|
|
For news about this release, see the file NEWS.txt.
|
1998-11-16 14:34:26 -04:00
|
|
|
|
1999-01-06 20:11:29 -04:00
|
|
|
This is an early release of IDLE, my own attempt at a Tkinter-based
|
|
|
|
IDE for Python. It has the following features:
|
1998-11-16 14:34:26 -04:00
|
|
|
|
1999-01-06 20:11:29 -04:00
|
|
|
- 100% pure Python
|
1998-11-16 14:34:26 -04:00
|
|
|
- multi-window text editor with multiple undo and Python colorizing
|
|
|
|
- Python shell (a.k.a. interactive interpreter) window subclass
|
1999-01-06 20:11:29 -04:00
|
|
|
- debugger (not complete, but you can set breakpoints and step)
|
1999-01-02 17:28:54 -04:00
|
|
|
- works on Windows and Unix (probably works on Mac too)
|
1998-11-16 14:34:26 -04:00
|
|
|
|
1999-01-04 09:05:58 -04:00
|
|
|
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.
|
1998-11-16 14:37:42 -04:00
|
|
|
|
1999-01-02 17:28:54 -04:00
|
|
|
IDLE requires Python 1.5.2, so it is currently only usable with the
|
|
|
|
Python 1.5.2 beta distribution (luckily, IDLE is bundled with Python
|
|
|
|
1.5.2).
|
1998-11-16 14:34:26 -04:00
|
|
|
|
|
|
|
Please send feedback to the Python newsgroup, comp.lang.python.
|
|
|
|
|
|
|
|
--Guido van Rossum (home page: http://www.python.org/~guido/)
|