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


Groups > comp.lang.python > #18551

Re: Typed python comparison / code analysis questions

Date 2012-01-05 16:10 +0000
From MRAB <python@mrabarnett.plus.com>
Subject Re: Typed python comparison / code analysis questions
References <CAH0oNN+cT4WqM+M+Ne9eOfFL4y71sG84XqYDo+NAkLp-w1kVjw@mail.gmail.com> <CALwzidmZeTG-V7aFv7DVFqwm=DSY3rMGz6+sxWKveL14ykPNEg@mail.gmail.com> <CAH0oNN+cGO1DDT8+K3xP9JVYEG=uwPJGD2tuf8MXzVe=05h3ZQ@mail.gmail.com> <je3gfq$hht$2@dough.gmane.org>
Newsgroups comp.lang.python
Message-ID <mailman.4454.1325780017.27778.python-list@python.org> (permalink)

Show all headers | View raw


On 05/01/2012 06:37, Terry Reedy wrote:
> On 1/4/2012 3:42 PM, Lucas Vickers wrote:
>>  At the moment python3 isn't an option.  There's a variety of
>>  dependencies I'm working around.
>
> Please consider telling the authors of libraries you need that you would
> like a Python 3 version and say why. One reason given for not upgrading
> packages is 'lack of demand'.
>
I could also add that if you find a bug in a library, report it.

As an example, some months ago I read on StackOverflow an old answer
where someone mentioned trying the "regex" module but had found that
some Unicode properties were unreliable. That came as a surprise to me
because no-one had reported such a problem (and I still don't know what
that problem was).

Compare that with a recent bug report that it didn't work correctly on
Mac OS X. The reporter was very helpful and that bug is now fixed.

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


Thread

Re: Typed python comparison / code analysis questions MRAB <python@mrabarnett.plus.com> - 2012-01-05 16:10 +0000

csiph-web