diff options
author | Kurt B. Kaiser <kbk@shore.net> | 2003-04-25 16:37:31 (GMT) |
---|---|---|
committer | Kurt B. Kaiser <kbk@shore.net> | 2003-04-25 16:37:31 (GMT) |
commit | 40f19e3fd5a825772d7d3d8b47b66c13fe810aa5 (patch) | |
tree | ce0621ac1b46daef0611937468a3d7ab9cc4cc58 /Lib/idlelib/NEWS.txt | |
parent | d198f385059f531e00d40cec3f930afbe45cf6a7 (diff) | |
download | cpython-40f19e3fd5a825772d7d3d8b47b66c13fe810aa5.zip cpython-40f19e3fd5a825772d7d3d8b47b66c13fe810aa5.tar.gz cpython-40f19e3fd5a825772d7d3d8b47b66c13fe810aa5.tar.bz2 |
Update for 2.3b1
Modified Files:
NEWS.txt CREDITS.txt INSTALL.txt setup.cfg
Diffstat (limited to 'Lib/idlelib/NEWS.txt')
-rw-r--r-- | Lib/idlelib/NEWS.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index 12e677d..dd932f6 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -2,10 +2,10 @@ IDLEfork NEWS +++++++++++++ -What's New in IDLEfork 0.9 Alpha 3? +What's New in IDLEfork? =================================== -*Release date: xx-xxx-2003* +*Release date: 25-Apr-2003* - Implemented the 'interrupt' extension module, which allows a subthread to raise a KeyboardInterrupt in the main thread. |