diff options
author | Steven M. Gava <elguavas@python.net> | 2001-07-20 01:36:49 (GMT) |
---|---|---|
committer | Steven M. Gava <elguavas@python.net> | 2001-07-20 01:36:49 (GMT) |
commit | d39993ef9d932f96e7439092cbe17c6dae04e921 (patch) | |
tree | d2c0beee353663113b4b6552dc2a83556a7deb96 /Lib/idlelib/README.txt | |
parent | 84073bfdb0f202198b0fc2e3a537185a50d2e9c6 (diff) | |
download | cpython-d39993ef9d932f96e7439092cbe17c6dae04e921.zip cpython-d39993ef9d932f96e7439092cbe17c6dae04e921.tar.gz cpython-d39993ef9d932f96e7439092cbe17c6dae04e921.tar.bz2 |
bring up to date for 0.8.1 release
Diffstat (limited to 'Lib/idlelib/README.txt')
-rw-r--r-- | Lib/idlelib/README.txt | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/Lib/idlelib/README.txt b/Lib/idlelib/README.txt index 00fedf0..152d497 100644 --- a/Lib/idlelib/README.txt +++ b/Lib/idlelib/README.txt @@ -1,3 +1,37 @@ +IDLEfork README +=============== + +IDLEfork is an official experimental fork of Python's Integrated +DeveLopment Environment IDLE. Worthwhile and successful changes and +additions will go back into the Python distribution's IDLE at some +later stage. There is no spanish inquisition. + +As David Scherer aptly put it in the original IDLE fork README (below), +"It is alpha software and might be unstable. If it breaks, you get to +keep both pieces." One of the aims of IDLEfork now is for it to be able +to be uncompressed into its own directory and run from there, that way +you can play with (or hack on) IDLEfork without any further installation, +and entirely separately from your stable python IDLE distribution. + +If you find bugs or undesired behaviour please code nifty patches and +submit them to the IDLEfork SourceForge patch manager, 8^) or let us +know about it in one of the appropriate fora. See the IDLEfork home +page at + +http://idlefork.sourceforge.net + +for details on the various ways to give input to or contact the project. + +Please see the files NEWS.txt and ChangeLog for more up to date +information on changes in this release of IDLEfork. + + +Thanks for trying IDLEfork, +Stephen M. Gava. +<elguavas@users.sourceforge.net> + + + README from IDLE fork 0.7.1 : ============================= |