From: Thomas Heller Date: Thu, 4 Dec 2003 20:44:28 +0000 (+0000) Subject: Version number and release date for IDLE, the version now is 1.0.2. X-Git-Tag: v2.3.3c1~7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2a2daf52b198e1b0d51487f31030bd2435a3c5ed;p=thirdparty%2FPython%2Fcpython.git Version number and release date for IDLE, the version now is 1.0.2. --- diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index 093dcd312824..99d958a3183e 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -1,7 +1,7 @@ What's New in IDLE 1.0.2? =================================== -*Release date: XX-Dec-2003* +*Release date: 05-Dec-2003* - After an exception, run.py was not setting the exception vector. Noam Raphael suggested correcting this so pdb's postmortem pm() would work. diff --git a/Lib/idlelib/idlever.py b/Lib/idlelib/idlever.py index 0ec4901412d6..c9ee11453546 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "1.0.1+" +IDLE_VERSION = "1.0.2"