This makes things more consistent for today, but does it really ease maintenance? Why not just change it to: from sys import version as IDLE_VERSION so that it can be ignored from now on? On 8/18/06, anthony.baxter <python-checkins@python.org> wrote:
Author: anthony.baxter Date: Fri Aug 18 09:29:02 2006 New Revision: 51366
Modified: python/trunk/Lib/idlelib/NEWS.txt python/trunk/Lib/idlelib/idlever.py Log: Updating IDLE's version number to match Python's (as per python-dev discussion).
==============================================================================
--- python/trunk/Lib/idlelib/idlever.py (original) +++ python/trunk/Lib/idlelib/idlever.py Fri Aug 18 09:29:02 2006 @@ -1 +1 @@ -IDLE_VERSION = "1.2c1" +IDLE_VERSION = "2.6a0"