Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!ecngs!feeder2.ecngs.de!newsfeed.freenet.ag!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.005 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'subject:Python': 0.06; 'here?': 0.09; 'lawrence': 0.09; 'section,': 0.09; 'subject: [': 0.09; 'subject:string': 0.09; '"in': 0.16; 'ah!': 0.16; 'btw:': 0.16; 'differs': 0.16; 'fixed;': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'length)': 0.16; 'typos': 0.16; 'wrote:': 0.18; '>>>': 0.22; '(in': 0.22; 'shown': 0.26; 'subject:/': 0.26; 'header:In-Reply-To:1': 0.27; 'correct': 0.29; 'chris': 0.29; 'url:bugs': 0.29; 'thus': 0.29; 'message- id:@mail.gmail.com': 0.30; 'minor': 0.31; 'url:python': 0.33; 'fri,': 0.33; 'received:209.85': 0.35; 'received:google.com': 0.35; 'url:org': 0.36; 'should': 0.36; 'received:209': 0.37; 'subject:new': 0.38; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'to:addr:python.org': 0.39; 'mar': 0.68; 'power': 0.76; 'subject:long': 0.84; 'cast': 0.91; '2013': 0.98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=MWAOUWqRV6WhpRN8qjzyd/YuPaDSeBCpQ/lurm9jtNQ=; b=e1WQschL+7JKigvliL3ngQ/u8kOBZxZq3U9mHZn0cI5e2fu2aYbjPgnb7HkDWu++QO NSO7AHzJRAl8T4gN9qPTs4/SMgF7IsymNNZgnl6y8zs4xrEwU4ynG9QdTSU8obdSMHKe Pad1Ca56wPb5a+pVpz2/un5IMdne3bNPsobvGB19kiU00hTRLw79buF6UixXuG3ZWvHR bkwowNU21lkWgCKNJwsyxLZwznEV7On1eRJxsUHJVnFIoZffDefdKstMgEBV034UWjFN ZzM+LPUkC2HQJmDIaUmi4vBDroYrS+gXbwfPXKOewNF0EmDFApTBVNlxK/x4qJMFCFKk Oxyg== MIME-Version: 1.0 X-Received: by 10.52.37.109 with SMTP id x13mr623829vdj.10.1364519454779; Thu, 28 Mar 2013 18:10:54 -0700 (PDT) In-Reply-To: References: <5153a12d$0$29998$c3e8da3$5496439d@news.astraweb.com> <987c4bd9-0e5e-4387-9c78-1075a77d3c47@c6g2000yqh.googlegroups.com> <51543f45$0$29998$c3e8da3$5496439d@news.astraweb.com> <944f195c-cbfe-47e1-a963-05fe3d98238d@5g2000yqz.googlegroups.com> <5154e2dd$0$29974$c3e8da3$5496439d@news.astraweb.com> Date: Fri, 29 Mar 2013 12:10:54 +1100 Subject: Re: Surrogate pairs in new flexible string representation [was Re: flaming vs accuracy [was Re: Performance of int/long in Python 3]] From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 16 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1364519457 news.xs4all.nl 6990 [2001:888:2000:d::a6]:54746 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:42211 On Fri, Mar 29, 2013 at 12:03 PM, Mark Lawrence wrote: > On 29/03/2013 00:54, Chris Angelico wrote: >> Minor nitpick, btw: >>> >>> (in which cast wstr_length differs form length) >> >> Should be "in which case" and "from". Who has the power to correct >> typos in PEPs? > > Sneak it in here? http://bugs.python.org/issue13604 Ah! Turns out it's already been fixed; a reword of that section, as shown in the attached files, no longer has the parenthesis, and thus its typos. ChrisA