summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/idlever.py
diff options
context:
space:
mode:
authorKurt B. Kaiser <kbk@shore.net>2004-11-19 15:46:49 (GMT)
committerKurt B. Kaiser <kbk@shore.net>2004-11-19 15:46:49 (GMT)
commite953511858365619e953f12f88326272c20cd6f1 (patch)
treee9dda5724dbacdbb041f5ab5b9a6c27bf6a62e15 /Lib/idlelib/idlever.py
parentbae8f377d30ae352d82aa93cab4ca137ede7b930 (diff)
downloadcpython-e953511858365619e953f12f88326272c20cd6f1.zip
cpython-e953511858365619e953f12f88326272c20cd6f1.tar.gz
cpython-e953511858365619e953f12f88326272c20cd6f1.tar.bz2
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
Diffstat (limited to 'Lib/idlelib/idlever.py')
-rw-r--r--Lib/idlelib/idlever.py2
1 files changed, 1 insertions, 1 deletions
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"