Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder5.xlned.com!newsfeed.xs4all.nl!newsfeed3a.news.xs4all.nl!xs4all!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.009 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'syntax': 0.04; 'mrab': 0.05; 'subject:Python': 0.06; '(except': 0.07; '3.0,': 0.09; 'jan': 0.12; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'reedy': 0.16; 'sat,': 0.16; 'wrote:': 0.18; 'to:name :python-list@python.org': 0.22; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; 'something': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'there': 0.35; 'should': 0.36; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'changed': 0.39; 'new': 0.61; 'temporary': 0.65; 'believe': 0.68; 'removal': 0.74; 'forgotten': 0.91 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 :content-type; bh=vC1hDGtSXKarNsovkPUeKkqjMg33rcPh8Kx2GtbKcYc=; b=fbX5Oeo3HcaEHglDhHHJEx9I8kxumTbWUGw4zvKUPgjV2qSjOzyGnrjNo1AjRdT8Q/ Vp+hx2vVhhGExP3fAIP2U1F8jOiDagtrbbX1B5CWa0tDiJ15GQx16Ka+q4/diFld8/Vx nfB7s6W7jQBmnu9CZNbaEUZ63t1u+L4AmAXPLNYr4VTl5/mXnU8eDtYiV5WgC0ZQywX6 lbzkWDzA4MM+TzZO4U/yA4VhHY6hX5iZlMylIleLQcpmVS0BEbxKvD5YZktvGkDWgcWV XvyoY2v51A4BkI+EeJEYiPNmMEoifLrSdlR04yk3d/g0i1xi/5FVN3thlUqMRpk5547X ItBg== MIME-Version: 1.0 X-Received: by 10.66.102.39 with SMTP id fl7mr4949720pab.43.1390000655855; Fri, 17 Jan 2014 15:17:35 -0800 (PST) In-Reply-To: <52D9B8D4.1040003@mrabarnett.plus.com> References: <3f88a958-4f3f-476c-bc9f-1b38ac0d084b@googlegroups.com> <52D9B8D4.1040003@mrabarnett.plus.com> Date: Sat, 18 Jan 2014 10:17:35 +1100 Subject: Re: Python 3.x adoption From: Chris Angelico To: "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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 15 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1390000664 news.xs4all.nl 2870 [2001:888:2000:d::a6]:33051 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:64204 On Sat, Jan 18, 2014 at 10:12 AM, MRAB wrote: > On 2014-01-17 23:03, Terry Reedy wrote: > [snip] > >> Since 3.0, we have added new syntax ('yield from', u'' for instance) but >> I do not believe we have deleted or changed any syntax (I might have >> forgotten something minor) and I do not know of any proposal to do so >> (except to re-delete u'', which should only be used as a temporary >> crutch for 2&3 code). >> > There was the removal of backticks. Wasn't that removed _in_, not _since_, 3.0? ChrisA