blob: 2ab8064b7ae44168e7165ae4dc753c03bc76a019 [file] [log] [blame]
Steven M. Gavad39993e2001-07-20 01:36:49 +00001IDLEfork README
2===============
3
Kurt B. Kaisera7b804f2003-01-10 21:27:23 +00004IDLEfork is an official experimental fork of Python's Integrated DeveLopment
5Environment, IDLE. The biggest change is to execute Python code in a separate
6process, which is /restarted/ for each Run (F5) initiated from an editor
7window. This enhancement of IDLE has often been requested, and is now finally
8available, complete with the IDLE debugger. The magic "reload/import *"
9incantations are no longer required when editing/testing a module two or three
10steps down the import chain.
Steven M. Gavad39993e2001-07-20 01:36:49 +000011
Kurt B. Kaisera7b804f2003-01-10 21:27:23 +000012There is also a new GUI configuration manager which makes it easy to select
13fonts, colors, keybindings, and startup options. There is new feature where
14the user can specify additional help sources, either locally or on the web.
Kurt B. Kaiserf5934dd2002-12-31 17:56:18 +000015
Kurt B. Kaisera7b804f2003-01-10 21:27:23 +000016IDLEfork will be merged back into the Python distribution in the near future
17(probably 2.3), replacing the current version of IDLE.
Kurt B. Kaiserf5934dd2002-12-31 17:56:18 +000018
Kurt B. Kaisera7b804f2003-01-10 21:27:23 +000019For information on this release, refer to NEWS.txt
Steven M. Gavad39993e2001-07-20 01:36:49 +000020
Kurt B. Kaisera7b804f2003-01-10 21:27:23 +000021As David Scherer aptly put it in the original IDLEfork README, "It is alpha
22software and might be unstable. If it breaks, you get to keep both pieces."
23
24If you find bugs let us know about them by using the IDLEfork Bug Tracker. See
25the IDLEfork home page at
Steven M. Gavad39993e2001-07-20 01:36:49 +000026
Kurt B. Kaiserf5934dd2002-12-31 17:56:18 +000027http://idlefork.sourceforge.net
Steven M. Gavad39993e2001-07-20 01:36:49 +000028
Kurt B. Kaisera7b804f2003-01-10 21:27:23 +000029for details. Patches are always appreciated at the IDLEfork Patch Tracker, and
30Change Requests should be posted to the RFE Tracker at
Steven M. Gavad39993e2001-07-20 01:36:49 +000031
Kurt B. Kaisera7b804f2003-01-10 21:27:23 +000032https://sourceforge.net/tracker/?group_id=9579&atid=359579
33
34There is a mail list for IDLE: idle-dev@python.org. You can join at
35
36http://mail.python.org/mailman/listinfo/idle-dev
Steven M. Gavad39993e2001-07-20 01:36:49 +000037
Kurt B. Kaiserf5934dd2002-12-31 17:56:18 +000038Thanks for trying IDLEfork.