diff options
author | Guido van Rossum <guido@python.org> | 1999-04-07 18:41:59 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1999-04-07 18:41:59 (GMT) |
commit | a2ca434cfceb15403077951d41b48fab7c37f493 (patch) | |
tree | 422644f7478f8af3f98c628e6ae73e504caec1ff /Tools/idle/README.txt | |
parent | b6987b13fecdfbbc3a45e84025754d06ad18fca9 (diff) | |
download | cpython-a2ca434cfceb15403077951d41b48fab7c37f493.zip cpython-a2ca434cfceb15403077951d41b48fab7c37f493.tar.gz cpython-a2ca434cfceb15403077951d41b48fab7c37f493.tar.bz2 |
New version.
Diffstat (limited to 'Tools/idle/README.txt')
-rw-r--r-- | Tools/idle/README.txt | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/Tools/idle/README.txt b/Tools/idle/README.txt index a934cfc..497ae5e 100644 --- a/Tools/idle/README.txt +++ b/Tools/idle/README.txt @@ -1,5 +1,5 @@ -IDLE 0.3 - 17 February 1999 ---------------------------- +IDLE 0.4 - 7 April 1999 +----------------------- For news about this release, see the file NEWS.txt. (For a more detailed change log, see the file ChangeLog.) @@ -18,9 +18,10 @@ 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 beta distribution (luckily, IDLE is bundled with Python +Python 1.5.2 distribution (luckily, IDLE is bundled with Python 1.5.2). -Please send feedback to the Python newsgroup, comp.lang.python. +Please send feedback to the Python newsgroup, comp.lang.python, and cc +me <guido@python.org>. --Guido van Rossum (home page: http://www.python.org/~guido/) |