diff options
author | Steven M. Gava <elguavas@python.net> | 2001-07-21 09:59:58 (GMT) |
---|---|---|
committer | Steven M. Gava <elguavas@python.net> | 2001-07-21 09:59:58 (GMT) |
commit | ba247a6bbb3436a9228ded7e2ee253269b465638 (patch) | |
tree | 3da32b463393e01f6c3cb112ed6aa195cdd0b76f /Lib/idlelib/EditorWindow.py | |
parent | 88ff736ee21c6bba6902a11887dd6ae37731d150 (diff) | |
download | cpython-ba247a6bbb3436a9228ded7e2ee253269b465638.zip cpython-ba247a6bbb3436a9228ded7e2ee253269b465638.tar.gz cpython-ba247a6bbb3436a9228ded7e2ee253269b465638.tar.bz2 |
updated about info for 0.8.1 release
Diffstat (limited to 'Lib/idlelib/EditorWindow.py')
-rw-r--r-- | Lib/idlelib/EditorWindow.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Lib/idlelib/EditorWindow.py b/Lib/idlelib/EditorWindow.py index 3f3f95b..2dce337 100644 --- a/Lib/idlelib/EditorWindow.py +++ b/Lib/idlelib/EditorWindow.py @@ -85,13 +85,13 @@ IDLEfork %s IDLE is an Integrated DeveLopment Environment for Python \ by Guido van Rossum. -IDLEfork is an official experimental development version of IDLE. +IDLEfork is an official experimental development version of IDLE. \ Succesful new features in IDLEfork will be mereged back in to stable IDLE. This version of IDLEfork is based on the work in stable IDLE version %s, \ -IDLEfork 0.7.1 released by David Scherer, and the VPython idle fork. +IDLE fork 0.7.1 released by David Scherer, and the VPython idle fork. -See README.txt for more details on IDLEfork. +See README.txt and NEWS.txt for more details on this verion of IDLEfork. WARNING: IDLEfork is at this stage alpha quality software, expect things \ to be broken. |