diff options
author | Kurt B. Kaiser <kbk@shore.net> | 2003-05-30 02:42:02 (GMT) |
---|---|---|
committer | Kurt B. Kaiser <kbk@shore.net> | 2003-05-30 02:42:02 (GMT) |
commit | e394ef8b4a2b189ebb747fbada8249ae1f03faab (patch) | |
tree | 2d4ccd95b626231ffdd77d9c494cfcdc33fbdf29 /Lib/idlelib/setup.py | |
parent | 84f8ecd072f9101cb0de8a0437fd660fa0425760 (diff) | |
download | cpython-e394ef8b4a2b189ebb747fbada8249ae1f03faab.zip cpython-e394ef8b4a2b189ebb747fbada8249ae1f03faab.tar.gz cpython-e394ef8b4a2b189ebb747fbada8249ae1f03faab.tar.bz2 |
Update for release
Modified Files:
CREDITS.txt INSTALL.txt LICENSE.txt aboutDialog.py setup.py
Diffstat (limited to 'Lib/idlelib/setup.py')
-rw-r--r-- | Lib/idlelib/setup.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/idlelib/setup.py b/Lib/idlelib/setup.py index a7cff9c..f854628 100644 --- a/Lib/idlelib/setup.py +++ b/Lib/idlelib/setup.py @@ -104,6 +104,8 @@ David Scherer at CMU as part of VPython. It features execution in a separate process which is newly initiated for each run. At version 0.9 the RPC was changed to incorporate code by GvR, which supports the debugger. IDLEfork also incorporates a GUI configuration utilility. +It is written in almost pure Python :-P + For further details, refer to idlefork.sourceforge.net. """, |