summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorAnthony Baxter <anthonybaxter@gmail.com>2006-09-18 06:51:50 (GMT)
committerAnthony Baxter <anthonybaxter@gmail.com>2006-09-18 06:51:50 (GMT)
commit2d8697f32c81f3db1e08ce198d5cebdeff5cc917 (patch)
tree222fd85bf1a866c47bc694f7879dc2cc50cca893 /Lib
parent347f3cc40f678ebc9a81928b6860005ff4996abe (diff)
downloadcpython-2d8697f32c81f3db1e08ce198d5cebdeff5cc917.zip
cpython-2d8697f32c81f3db1e08ce198d5cebdeff5cc917.tar.gz
cpython-2d8697f32c81f3db1e08ce198d5cebdeff5cc917.tar.bz2
Preparing for 2.5 final.v2.5
(damn, it's nice to see the line #define PY_VERSION "2.5" in patchlevel.h)
Diffstat (limited to 'Lib')
-rw-r--r--Lib/idlelib/NEWS.txt5
-rw-r--r--Lib/idlelib/idlever.py2
2 files changed, 6 insertions, 1 deletions
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt
index 74897fa..4f4115d 100644
--- a/Lib/idlelib/NEWS.txt
+++ b/Lib/idlelib/NEWS.txt
@@ -1,3 +1,8 @@
+What's New in IDLE 1.2?
+=======================
+
+*Release date: 19-SEP-2006*
+
What's New in IDLE 1.2c2?
=========================
diff --git a/Lib/idlelib/idlever.py b/Lib/idlelib/idlever.py
index 5266b82..124fae0 100644
--- a/Lib/idlelib/idlever.py
+++ b/Lib/idlelib/idlever.py
@@ -1 +1 @@
-IDLE_VERSION = "1.2c2"
+IDLE_VERSION = "1.2"