Odd version scheme

Ian Kelly ian.g.kelly at gmail.com
Thu Feb 12 14:16:25 EST 2015


On Thu, Feb 12, 2015 at 11:58 AM, MRAB <python at 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 at 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



More information about the Python-list mailing list