Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #85608

Re: Odd version scheme

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!ecngs!feeder2.ecngs.de!81.171.88.16.MISMATCH!hq-usenetpeers.eweka.nl!hq-usenetpeers.eweka.nl!bcyclone04.am1.xlned.com!bcyclone04.am1.xlned.com!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <ian.g.kelly@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.087
X-Spam-Evidence '*H*': 0.83; '*S*': 0.00; 'mrab': 0.05; 'subject:version': 0.09; 'python': 0.11; 'assumptions': 0.16; ':-)': 0.16; 'wrote:': 0.18; 'thu,': 0.19; 'feb': 0.22; '>>>': 0.22; 'skip': 0.24; 'versions': 0.24; 'sort': 0.25; 'header:In- Reply-To:1': 0.27; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; 'comparison': 0.31; 'becomes': 0.33; 'received:google.com': 0.35; 'there': 0.35; 'version': 0.36; 'false': 0.36; 'similar': 0.36; 'too': 0.37; 'to:addr:python-list': 0.38; 'issue': 0.38; '12,': 0.39; 'to:addr:python.org': 0.39; 'ian': 0.60; 'break': 0.61; 'numbers': 0.61; 'world.': 0.61; 'real': 0.63; 'decided': 0.64; 'believe': 0.68; '2015': 0.84; 'python-dev': 0.84
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=6FCE9SSpENEOSdlnzyeCRNmKq5cfMQQ9/jRcScAC/LE=; b=FAjiQAJDjWUlJh+pwID74rV0AFFR07XaAfXF8mPudUuQ96EdNvWA1gmAvH6jswPHH+ FAMKRfNFv26KKQqOtA+LX3Bnh7vowx0wWdULKORzhYl5+j2zz/5Drj0JwqllMiuNQ3rs b2CyK5KerCCWXu4oACJ7MbDPTyVAo4zNH7yHiNH/oJOXKoVrPKdElk4obPtRasuqumIl SuJrwp3Bsb5xymJVpdtEWwxpcEk6VBt+oYkUwJSuJ2xvJUzWFiw9kWV8AWWOIFtzhU4f GjXH7obeqf67B7PebnZiz32bh6B+6CUCqpLhABvCrcjGZ3HDHubLsryPc1wZ1nzjZ2oV 0uVw==
X-Received by 10.68.242.200 with SMTP id ws8mr9149740pbc.138.1423768625491; Thu, 12 Feb 2015 11:17:05 -0800 (PST)
MIME-Version 1.0
In-Reply-To <54DCF7D6.9090606@mrabarnett.plus.com>
References <54DCD8A5.9050907@yahoo.no> <20150212110506.39410d54@bigbox.christie.dr> <CANc-5Uz3SyYomPXfTG9pFA+87VAC8TnvGp--VT8F47PdaA8Jeg@mail.gmail.com> <CALwzidnwsaX6Y2pnty+-outsK=r7JiXRtDDuSQwyoboFTeMNfA@mail.gmail.com> <54DCF7D6.9090606@mrabarnett.plus.com>
From Ian Kelly <ian.g.kelly@gmail.com>
Date Thu, 12 Feb 2015 12:16:25 -0700
Subject Re: Odd version scheme
To Python <python-list@python.org>
Content-Type text/plain; charset=UTF-8
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.18707.1423768635.18130.python-list@python.org> (permalink)
Lines 22
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1423768635 news.xs4all.nl 2971 [2001:888:2000:d::a6]:40727
X-Complaints-To abuse@xs4all.nl
X-Received-Body-CRC 3217083484
X-Received-Bytes 3865
Xref csiph.com comp.lang.python:85608

Show key headers only | View raw


On Thu, Feb 12, 2015 at 11:58 AM, MRAB <python@mrabarnett.plus.com> wrote:
> On 2015-02-12 17:35, Ian Kelly wrote:
>>
>> On Thu, Feb 12, 2015 at 10:19 AM, Skip Montanaro
>> <skip.montanaro@gmail.com> wrote:
>>>
>>> I believe this sort of lexicographical comparison wart is one of the
>>> reasons
>>> the Python-dev gang decided that there would be no micro versions > 9.
>>> There
>>> are too many similar assumptions about version numbers out in the real
>>> world.
>>
>>
>> It still becomes an issue when we get to Python 10.
>>
> Just call it Python X! :-)

Things break down again when we get to Python XIX.

>>> 'XVIII' < 'XIX'
False

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: Odd version scheme Ian Kelly <ian.g.kelly@gmail.com> - 2015-02-12 12:16 -0700

csiph-web