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


Groups > comp.lang.python > #85595 > unrolled thread

Re: Odd version scheme

Started bySkip Montanaro <skip.montanaro@gmail.com>
First post2015-02-12 11:19 -0600
Last post2015-02-13 14:10 +1100
Articles 2 — 2 participants

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Odd version scheme Skip Montanaro <skip.montanaro@gmail.com> - 2015-02-12 11:19 -0600
    Re: Odd version scheme Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2015-02-13 14:10 +1100

#85595 — Re: Odd version scheme

FromSkip Montanaro <skip.montanaro@gmail.com>
Date2015-02-12 11:19 -0600
SubjectRe: Odd version scheme
Message-ID<mailman.18698.1423761562.18130.python-list@python.org>

[Multipart message — attachments visible in raw view] — view raw

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.

Skip

[toc] | [next] | [standalone]


#85625

FromSteven D'Aprano <steve+comp.lang.python@pearwood.info>
Date2015-02-13 14:10 +1100
Message-ID<54dd6b32$0$12998$c3e8da3$5496439d@news.astraweb.com>
In reply to#85595
Skip Montanaro 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.

Which is why there will be no Windows 9. Too many bad programmers that test
for Windows 95 or 98 by checking the version string and doing a prefix test
for "Windows 9".



-- 
Steven

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web