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


Groups > comp.lang.python > #63296

Re: "More About Unicode in Python 2 and 3"

Path csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!news.tele.dk!feed118.news.tele.dk!news.tele.dk!small.news.tele.dk!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <rosuav@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.009
X-Spam-Evidence '*H*': 0.98; '*S*': 0.00; 'explicitly': 0.05; 'subject:Python': 0.06; '(so': 0.07; 'cc:addr:python-list': 0.11; 'python': 0.11; 'jan': 0.12; 'windows': 0.15; '(windows': 0.16; 'antoine': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'stats': 0.16; 'subject:More': 0.16; 'subject:Unicode': 0.16; 'wrote:': 0.18; 'cc:addr:python.org': 0.22; 'install': 0.23; 'fairly': 0.24; 'cc:2**0': 0.24; 'nearly': 0.26; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; '(like': 0.30; 'message-id:@mail.gmail.com': 0.30; 'subject:About': 0.31; "they'll": 0.31; 'use?': 0.31; 'probably': 0.32; 'python.org': 0.32; 'linux': 0.33; 'url:python': 0.33; 'received:google.com': 0.35; 'there': 0.35; 'url:org': 0.36; 'massive': 0.38; 'though,': 0.39; 'either': 0.39; 'according': 0.40; 'skip:u 10': 0.60; 'subject:"': 0.60; 'most': 0.60; 'more': 0.64; '(probably': 0.84; 'inherent': 0.84; 'favour': 0.91; 'to:none': 0.92
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=guBrr1djpl2iTLEU2VqNw3ej+BoBnfJXK+4KV7HQVzI=; b=Mkvu7zq/DcjnZtHboLLFvr259QgAzIYQXSXNA/tmdfrfE9MURoiX4Z2GRY99FU6ebR /aQKGMd4urO6FYhgvIjgswiag9MbQnAjKO3ASw3VTwReIPRPqOAqryaGLb4DpjXGl28q m6ftOwTz6bSDGNthY+ZSUljK6p0s4SiMpfPCgnnbspGMmGkVBpGAzxLFKHc+7t2P6Avk l5Ro9lNFgzOzygSDUz+NCklqR3DEeK9SSfIvMegKfZ0RZHwA093x74JLxYoHQB9/2Dtm HDFqypSXBfJQMybKrp3lgJ8TdR8ir9OkxRELF1aXrNnek07UOnzGhJ+DAjWvwryy1nSs bINA==
MIME-Version 1.0
X-Received by 10.68.201.10 with SMTP id jw10mr26501119pbc.25.1389026211182; Mon, 06 Jan 2014 08:36:51 -0800 (PST)
In-Reply-To <loom.20140106T171406-519@post.gmane.org>
References <lablra$1mc$2@ger.gmane.org> <labmaj$8u2$1@ger.gmane.org> <lad05k$gf6$1@ger.gmane.org> <loom.20140106T171406-519@post.gmane.org>
Date Tue, 7 Jan 2014 03:36:51 +1100
Subject Re: "More About Unicode in Python 2 and 3"
From Chris Angelico <rosuav@gmail.com>
Cc "python-list@python.org" <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.5028.1389026215.18130.python-list@python.org> (permalink)
Lines 17
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1389026215 news.xs4all.nl 2919 [2001:888:2000:d::a6]:58536
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:63296

Show key headers only | View raw


On Tue, Jan 7, 2014 at 3:29 AM, Antoine Pitrou <solipsis@pitrou.net> wrote:
> People don't use? According to available figures, there are more downloads of
> Python 3 than downloads of Python 2 (Windows installers, mostly):
> http://www.python.org/webstats/
>

Unfortunately, that has a massive inherent bias, because there are
Python builds available in most Linux distributions - and stats from
those (like Debian's popcon) will be nearly as useless, because a lot
of them will install one or the other (probably 2.x) without waiting
for the user (so either they'll skew in favour of the one installed,
or in favour of the one NOT installed, because that's the only one
that'll be explicitly requested). It's probably fairly accurate for
Windows stats, though, since most people who want Python on Windows
are going to come to python.org for an installer.

ChrisA

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


Thread

Re: "More About Unicode in Python 2 and 3" Chris Angelico <rosuav@gmail.com> - 2014-01-07 03:36 +1100

csiph-web