diff options
| author | Anthony Baxter <anthonybaxter@gmail.com> | 2006-09-18 06:51:50 (GMT) |
|---|---|---|
| committer | Anthony Baxter <anthonybaxter@gmail.com> | 2006-09-18 06:51:50 (GMT) |
| commit | 2d8697f32c81f3db1e08ce198d5cebdeff5cc917 (patch) | |
| tree | 222fd85bf1a866c47bc694f7879dc2cc50cca893 /Lib | |
| parent | 347f3cc40f678ebc9a81928b6860005ff4996abe (diff) | |
| download | cpython-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.txt | 5 | ||||
| -rw-r--r-- | Lib/idlelib/idlever.py | 2 |
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" |
