[Python-Dev] Re: [Python-checkins] python/dist/src/Lib/idlelib NEWS.txt, 1.49.2.3, 1.49.2.4 idlever.py, 1.22.2.1, 1.22.2.2 (original) (raw)

Kurt B. Kaiser kbk at shore.net
Sat Mar 12 01:59:25 CET 2005


Anthony Baxter <anthony at interlink.com.au> writes:

On Thursday 10 March 2005 03:48, Fred L. Drake, Jr. wrote:

> RCS file: /cvsroot/python/python/dist/src/Lib/idlelib/idlever.py,v > -IDLEVERSION = "1.1.1" > +IDLEVERSION = "1.1.1c1"

Shouldn't this progress from 1.1.1 to 1.1.2c1? Otherwise it's moving backward. No - Py2.4 shipped with idle 1.1. I must've updated it to 1.1.1 sometime after the 2.4 release (I vaguely recall doing this).

To eliminate this confusion I'd propose either

  1. Eliminating the separate IDLE versioning now that it's installed with Python when Tcl/Tk is available.

or

  1. Bringing its version in sync with Python 2.5.

I'm in favor of the latter, to handle the situation where a customized IDLE is decoupled from Python.

-- KBK



More information about the Python-Dev mailing list