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


Groups > comp.lang.python > #63259

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

Path csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <dreamingforward@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.006
X-Spam-Evidence '*H*': 0.99; '*S*': 0.00; 'subject:Python': 0.06; 'python3': 0.07; '2004': 0.09; 'armin': 0.09; 'finished.': 0.09; 'high-level': 0.09; 'logic': 0.09; 'cc:addr:python-list': 0.11; 'python': 0.11; 'thread': 0.14; '"it\'s': 0.16; 'cc:name:python list': 0.16; 'ignoring': 0.16; 'subject:More': 0.16; 'subject:Unicode': 0.16; 'vpython': 0.16; 'folks': 0.16; 'issue.': 0.22; 'cc:addr:python.org': 0.22; 'software.': 0.24; '(or': 0.24; 'cc:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'message- id:@mail.gmail.com': 0.30; 'work.': 0.31; 'comments': 0.31; 'easier': 0.31; 'subject:About': 0.31; 'actual': 0.34; 'sense': 0.34; 'problem': 0.35; 'something': 0.35; 'point.': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'two': 0.37; 'being': 0.38; 'product.': 0.38; 'issue': 0.38; 'moving': 0.39; 'how': 0.40; 'solve': 0.60; 'subject:"': 0.60; 'most': 0.60; 'hope': 0.61; 'back': 0.62; "you'll": 0.62; 'networking': 0.64; 'more': 0.64; 'between': 0.67; 'circle': 0.68; 'square': 0.74
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:to :cc:content-type; bh=1ZAkfLr5cH05waU+B/93nzdJKjeqJwd9/VNN28bjw80=; b=Qs+OcqAKhom646CFYryWoXtjfcbp3gV76l/0/QLQKLlvQUep4VJLWvAkf/Rox4KOZ4 lOSCM5MW1BdObh8ZdKN77jwF8lfKWZ6xML6DPApY/J1qcY91elDc7yb4MxYdF0PfwRjM KQy9wRjKzJP4irO8jp18NifAN4Eeyna1TAlUUyFvzVE2Q1xuPu7H+SPpaIyhToQLXY6l oVhMWWIqOQVRC87jgPrIC+tQXpMlskXw23ir04cpjn+YHi/NVpo2snZZuDYNYke/CTgs 3oD04DdHHi0wPg0JMliXQ6y2+V7h71keknHOXIsK2U3jFNYn00BILMbFsdOeDD/bNb/k zjTw==
MIME-Version 1.0
X-Received by 10.180.108.240 with SMTP id hn16mr10397567wib.5.1388975137759; Sun, 05 Jan 2014 18:25:37 -0800 (PST)
In-Reply-To <lad3ml$hgo$1@ger.gmane.org>
References <lablra$1mc$2@ger.gmane.org> <labmaj$8u2$1@ger.gmane.org> <lad05k$gf6$1@ger.gmane.org> <CAPTjJmqBeoTLxXiKVcsvk395qgKt+Qv+jF_sOpzi7CgZmBjQcw@mail.gmail.com> <lad3ml$hgo$1@ger.gmane.org>
Date Sun, 5 Jan 2014 20:25:37 -0600
Subject Re: "More About Unicode in Python 2 and 3"
From Mark Janssen <dreamingforward@gmail.com>
To Ned Batchelder <ned@nedbatchelder.com>
Content-Type text/plain; charset=ISO-8859-1
Cc Python List <python-list@python.org>
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.4998.1388975139.18130.python-list@python.org> (permalink)
Lines 27
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1388975139 news.xs4all.nl 2917 [2001:888:2000:d::a6]:54204
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:63259

Show key headers only | View raw


>> Most of the complaints about Py3 are "it's harder to get something
>> started (or port from Py2)". My answer is that it's easier to get
>> something finished.
>
> I like all of this logic, it makes sense to me.  But Armin and Kenneth have
> more experience than I do actually writing networking software. They are
> both very smart and very willing to do a ton of work.  And both are unhappy.
> I don't know how to square that with the logic that makes sense to me.
>
> And no amount of logic about why Python 3 is better is going to solve the
> problem of the two of them being unhappy.  They are speaking from experience
> working with the actual product.

+1, well-said.

I hope you'll see my comments on the thread on the "bytestring type".
This issue also goes back to the schism in 2004 from the VPython folks
over floating point.  Again the ***whole*** issue is ignoring the
relationship between your abstractions and your concrete architectural
implementations.  I honestly think Python3 will have to be regressed
despite all the circle jerking about how "everyone's moving to Python
3 now".  I see how I was inadequately explaining the whole issue by
using high-level concepts like "models of computation", but the
comments on the aforementioned thread go right down to the heart of
the issue.

markj

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


Thread

Re: "More About Unicode in Python 2 and 3" Mark Janssen <dreamingforward@gmail.com> - 2014-01-05 20:25 -0600
  Re: "More About Unicode in Python 2 and 3" Roy Smith <roy@panix.com> - 2014-01-05 23:05 -0500

csiph-web