diff options
author | Kurt B. Kaiser <kbk@shore.net> | 2003-06-01 01:11:14 (GMT) |
---|---|---|
committer | Kurt B. Kaiser <kbk@shore.net> | 2003-06-01 01:11:14 (GMT) |
commit | 5ddef75fcf650784eb93d580ba7d405152966823 (patch) | |
tree | 07aa9ce0f082822b5554ed7475109da810ad0b5e /Lib/idlelib/README.txt | |
parent | 6c8579ed4d76470d7523026e44299d71fdfc0eb5 (diff) | |
download | cpython-5ddef75fcf650784eb93d580ba7d405152966823.zip cpython-5ddef75fcf650784eb93d580ba7d405152966823.tar.gz cpython-5ddef75fcf650784eb93d580ba7d405152966823.tar.bz2 |
Update for release
Modified Files:
NEWS.txt README.txt TODO.txt
Diffstat (limited to 'Lib/idlelib/README.txt')
-rw-r--r-- | Lib/idlelib/README.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Lib/idlelib/README.txt b/Lib/idlelib/README.txt index 2ab8064..575245b 100644 --- a/Lib/idlelib/README.txt +++ b/Lib/idlelib/README.txt @@ -9,6 +9,9 @@ available, complete with the IDLE debugger. The magic "reload/import *" incantations are no longer required when editing/testing a module two or three steps down the import chain. +It is possible to interrupt tightly looping user code with a control-c, even on +Windows. + There is also a new GUI configuration manager which makes it easy to select fonts, colors, keybindings, and startup options. There is new feature where the user can specify additional help sources, either locally or on the web. @@ -18,9 +21,6 @@ IDLEfork will be merged back into the Python distribution in the near future For information on this release, refer to NEWS.txt -As David Scherer aptly put it in the original IDLEfork README, "It is alpha -software and might be unstable. If it breaks, you get to keep both pieces." - If you find bugs let us know about them by using the IDLEfork Bug Tracker. See the IDLEfork home page at |