summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib
diff options
context:
space:
mode:
authorAnthony Baxter <anthonybaxter@gmail.com>2004-11-30 01:28:55 (GMT)
committerAnthony Baxter <anthonybaxter@gmail.com>2004-11-30 01:28:55 (GMT)
commite2648eeb1450a0eb8972571c76c9e1256c81eec4 (patch)
tree6a71952e0fda33dd338ec4c6328afce342fc144f /Lib/idlelib
parent6e3fa2911d2f50b499b5f72262ea2f98e3e47831 (diff)
downloadcpython-e2648eeb1450a0eb8972571c76c9e1256c81eec4.zip
cpython-e2648eeb1450a0eb8972571c76c9e1256c81eec4.tar.gz
cpython-e2648eeb1450a0eb8972571c76c9e1256c81eec4.tar.bz2
doodedoodedoo on the way to 2.4 final
Diffstat (limited to 'Lib/idlelib')
-rw-r--r--Lib/idlelib/NEWS.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt
index 1a3a354..6337e7c 100644
--- a/Lib/idlelib/NEWS.txt
+++ b/Lib/idlelib/NEWS.txt
@@ -1,7 +1,7 @@
-What's New in IDLE 1.1rc2?
-=============================
+What's New in IDLE 1.1?
+=======================
-*Release date: XX-NOV-2004*
+*Release date: 30-NOV-2004*
- On OpenBSD, terminating IDLE with ctrl-c from the command line caused a
stuck subprocess MainThread because only the SocketThread was exiting.