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


Groups > comp.lang.python > #63301

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

Path csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!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.040
X-Spam-Evidence '*H*': 0.92; '*S*': 0.00; 'subject:Python': 0.06; 'ascii': 0.09; 'handful': 0.09; 'cc:addr:python-list': 0.11; 'jan': 0.12; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'knight': 0.16; 'nightmare.': 0.16; 'subject:More': 0.16; 'subject:Unicode': 0.16; 'wrote:': 0.18; 'cc:addr:python.org': 0.22; 'bytes': 0.24; 'him.': 0.24; 'cc:2**0': 0.24; 'header:In- Reply-To:1': 0.27; 'chris': 0.29; 'am,': 0.29; 'message- id:@mail.gmail.com': 0.30; "i'm": 0.30; "d'aprano": 0.31; 'protocols': 0.31; 'steven': 0.31; 'subject:About': 0.31; 'this.': 0.32; 'but': 0.35; 'received:google.com': 0.35; 'easily': 0.37; 'being': 0.38; 'embedded': 0.39; 'major': 0.40; 'subject:"': 0.60; 'simply': 0.61; "you're": 0.61; 'places': 0.64; 'here': 0.66; 'chased': 0.84; 'norm': 0.84; 'to:none': 0.92; 'imagine': 0.93; 'wanting': 0.93
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=R/PvlWBR3cw4wFL6Lw0mxE16P7pTH0jERtZXUOcY2hI=; b=aXPfO+VO5x5UrMszSSScaEX6fUilN/uJLwPAaRPjIrEL+yZOen30GLtuauDKeHV+mG CLaOmhNegQQ5UD8TKal7QfZ1q6QqOVZwzw+13KHd/WZLAyH/DqHm7BQjXzzXc3PcBauP Cp3EHdebGfJOZD2mw9kV2QTLSAwVEjErrIq30fueBQsGRMCB3xdF2co57CaJYdQjlhNp oNztChuacSFKXM+P5AwWbfRpxqstQl78JsSgscRbtNqt27uPWCLRHjj+mdZPDbZG0aLx TqABJCWt1ErdUKaUDc97559CLIzNyu+Ru5Fg5pUlzWYqa/5gMSwZABLVWpd42hO+cJPz szkA==
MIME-Version 1.0
X-Received by 10.68.247.6 with SMTP id ya6mr122388843pbc.45.1389027293380; Mon, 06 Jan 2014 08:54:53 -0800 (PST)
In-Reply-To <52cadd49$0$29999$c3e8da3$5496439d@news.astraweb.com>
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> <mailman.5000.1388976376.18130.python-list@python.org> <52cadd49$0$29999$c3e8da3$5496439d@news.astraweb.com>
Date Tue, 7 Jan 2014 03:54:53 +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.5032.1389027302.18130.python-list@python.org> (permalink)
Lines 16
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1389027302 news.xs4all.nl 2927 [2001:888:2000:d::a6]:45763
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:63301

Show key headers only | View raw


On Tue, Jan 7, 2014 at 3:43 AM, Steven D'Aprano
<steve+comp.lang.python@pearwood.info> wrote:
>> For me this is simply a major annoyance, but I
>> only have a handful of places where I have to deal with this.  Dealing
>> with protocols where bytes is the norm and embedded ascii is prevalent --
>> well, I can easily imagine the nightmare.
>
> Is it one of those nightmares where you're being chased down an endless long
> corridor by a small kitten wanting hugs? 'Cos so far I'm not seeing the
> terror...

Uhh, I think you're the only one here who has that nightmare, like
Chris Knight with his sun-god robes and naked women throwing pickles
at him.

ChrisA

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


Thread

Re: "More About Unicode in Python 2 and 3" Ethan Furman <ethan@stoneleaf.us> - 2014-01-05 18:23 -0800
  Re: "More About Unicode in Python 2 and 3" Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2014-01-07 03:43 +1100
    Re: "More About Unicode in Python 2 and 3" Chris Angelico <rosuav@gmail.com> - 2014-01-07 03:54 +1100
    Re: "More About Unicode in Python 2 and 3" Mark Lawrence <breamoreboy@yahoo.co.uk> - 2014-01-06 17:07 +0000
    Re: "More About Unicode in Python 2 and 3" Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2014-01-06 19:23 -0500
    Re: "More About Unicode in Python 2 and 3" Chris Angelico <rosuav@gmail.com> - 2014-01-07 12:05 +1100

csiph-web