[Python-Dev] How does this help? Re: [Python-checkins] r51366 - python/trunk/Lib/idlelib/NEWS.txt python/trunk/Lib/idlelib/idlever.py

Jim Jewett jimjjewett at gmail.com
Fri Aug 18 22:24:08 CEST 2006


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 at 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"


More information about the Python-Dev mailing list