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


Groups > comp.lang.python > #18551

Re: Typed python comparison / code analysis questions

Path csiph.com!x330-a1.tempe.blueboxinc.net!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder2.hal-mli.net!news.stack.nl!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <python@mrabarnett.plus.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.001
X-Spam-Evidence '*H*': 1.00; '*S*': 0.00; 'bug': 0.02; 'library,': 0.05; 'subject:code': 0.07; 'terry': 0.07; 'python': 0.08; 'from:addr:python': 0.09; 'subject:python': 0.10; 'fixed.': 0.15; 'why.': 0.15; "'lack": 0.16; 'from:addr:mrabarnett.plus.com': 0.16; 'from:name:mrab': 0.16; 'message-id:@mrabarnett.plus.com': 0.16; 'received:84.92': 0.16; 'received:84.92.122': 0.16; 'received:84.92.122.60': 0.16; 'reedy': 0.16; 'reply-to:addr :python-list': 0.16; 'subject:analysis': 0.16; 'subject:questions': 0.16; 'wrote:': 0.18; 'trying': 0.21; 'header :In-Reply-To:1': 0.22; 'libraries': 0.24; 'helpful': 0.26; 'module': 0.26; "i'm": 0.26; 'compare': 0.28; '(and': 0.28; 'around.': 0.29; 'unicode': 0.29; 'problem': 0.29; 'pm,': 0.29; 'python3': 0.30; 'ago': 0.31; "didn't": 0.31; 'version': 0.32; "isn't": 0.33; 'header:User-Agent:1': 0.33; 'to:addr:python-list': 0.34; 'it.': 0.34; 'someone': 0.34; 'received:84': 0.34; 'option.': 0.34; 'reply-to:addr:python.org': 0.34; 'properties': 0.36; 'example,': 0.37; 'but': 0.37; "there's": 0.37; 'could': 0.37; 'authors': 0.38; 'some': 0.38; 'correctly': 0.39; 'to:addr:python.org': 0.40; 'packages': 0.40; 'subject: / ': 0.63; 'header:Reply-To:1': 0.71; 'reply-to:no real name:2**0': 0.72; 'lucas': 0.93; 'surprise': 0.97
X-CM-Score 0.00
X-CNFS-Analysis v=2.0 cv=A/buztqG c=1 sm=1 a=0nF1XD0wxitMEM03M9B4ZQ==:17 a=9jsOeB20M3cA:10 a=hKCijGYzxs4A:10 a=OUOv7kDek9cA:10 a=8nJEP1OIZ-IA:10 a=rDrZ9h1g2SRc9Xnk8s0A:9 a=wPNLvfGTeEIA:10 a=0nF1XD0wxitMEM03M9B4ZQ==:117
X-AUTH mrabarnett:2500
Date Thu, 05 Jan 2012 16:10:41 +0000
From MRAB <python@mrabarnett.plus.com>
User-Agent Mozilla/5.0 (Windows NT 5.1; rv:8.0) Gecko/20111105 Thunderbird/8.0
MIME-Version 1.0
To python-list@python.org
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>
In-Reply-To <je3gfq$hht$2@dough.gmane.org>
Content-Type text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding 7bit
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.12
Precedence list
Reply-To python-list@python.org
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://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 <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.4454.1325780017.27778.python-list@python.org> (permalink)
Lines 19
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1325780017 news.xs4all.nl 6906 [2001:888:2000:d::a6]:36062
X-Complaints-To abuse@xs4all.nl
Xref x330-a1.tempe.blueboxinc.net comp.lang.python:18551

Show key headers only | 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