commit | e953511858365619e953f12f88326272c20cd6f1 | [log] [tgz] |
---|---|---|
author | Kurt B. Kaiser <kbk@shore.net> | Fri Nov 19 15:46:49 2004 +0000 |
committer | Kurt B. Kaiser <kbk@shore.net> | Fri Nov 19 15:46:49 2004 +0000 |
tree | e9dda5724dbacdbb041f5ab5b9a6c27bf6a62e15 | |
parent | bae8f377d30ae352d82aa93cab4ca137ede7b930 [diff] [blame] |
On OpenBSD, terminating IDLE with ctrl-c from the command line caused a stuck subprocess MainThread because only the SocketThread was exiting. M NEWS.txt M idlever.py M run.py
diff --git a/Lib/idlelib/idlever.py b/Lib/idlelib/idlever.py index d4d8295..f185175 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py
@@ -1 +1 @@ -IDLE_VERSION = "1.1c1" +IDLE_VERSION = "1.1c2"