diff options
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 a7cff9cefe..f8546282d2 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. """, |