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!newsfeed2a.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.007 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'subject:Python': 0.06; 'python3': 0.07; 'lawrence': 0.09; 'pep': 0.09; 'cc:addr:python- list': 0.11; '3.0.': 0.16; '3.3,': 0.16; '404': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'happily': 0.16; 'wrote:': 0.18; 'do.': 0.18; '3.0': 0.19; 'work,': 0.20; 'written': 0.21; 'cc:addr:python.org': 0.22; 'versions': 0.24; 'cc:2**0': 0.24; 'sort': 0.25; '15,': 0.26; 'header:In-Reply-To:1': 0.27; 'correct': 0.29; 'am,': 0.29; 'wonder': 0.29; 'message-id:@mail.gmail.com': 0.30; "i'm": 0.30; 'code': 0.31; 'usually': 0.31; 'run': 0.32; 'there,': 0.34; "can't": 0.35; 'but': 0.35; 'received:google.com': 0.35; 'there': 0.35; "he's": 0.36; 'sure': 0.39; 'how': 0.40; 'new': 0.61; 'face': 0.64; 'subject:The': 0.64; 'talking': 0.65; 'between': 0.67; 'believe': 0.68; '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=SiJs4fROvSZppTNB1C/oEx5JrC1AxMjQ4eGB4IVt7PA=; b=i74j/NWl/402Y17q/HMEJQG2itEuQ0UPsK3+0MzpMYr9sORy2uR2inDAtH4OoziE8x 2N62mGWOg6SYHKthd9gbNLkP0wjBWcmcaJO0LtSAQMK3ujzJ476AX7ZWwGUD68wY33Od tUYmEuSLeRv71KaRF+jkDyEfBznD8609qJbTNufyxZ5P/2v0qDR4jcKue4elD2fyhb0B jeaG8KgrMSRUnPrwWp0IxjiifFtzMGUgsxHalqJEYae3SqKENYXAWRtrosLk7+vlfapF sQ3viYIz29kOLO/uc6Ti/WtOYtSBkdYI+1ztA+J8ej7tnly84qEAowKo1K+FVlLQ0+sy 2weQ== MIME-Version: 1.0 X-Received: by 10.52.126.107 with SMTP id mx11mr599866vdb.41.1397487860667; Mon, 14 Apr 2014 08:04:20 -0700 (PDT) In-Reply-To: References: <87y4z8koi0.fsf@elektro.pacujo.net> Date: Tue, 15 Apr 2014 01:04:20 +1000 Subject: Re: Martijn Faassen: The Call of Python 2.8 From: Chris Angelico Cc: "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: 17 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1397487865 news.xs4all.nl 2948 [2001:888:2000:d::a6]:60991 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:70225 On Tue, Apr 15, 2014 at 12:46 AM, Mark Lawrence wrote: >> So not only do we have a schism between python2 and python3 but there's >> one between 3.0 and 3.3. I can't help but wonder if PEP 414 was a >> mistake. > > > I still believe that PEP 404 was the correct thing to do. PEP 414 was a no > brainer :) I'm pretty sure the 414 there wasn't a typo, since he's talking about the schism between 3.0 and 3.3. But let's face it, there's a *lot* of schism between there, and it's all the same sort of thing: code written for 3.0 will usually run happily on 3.3, and code written to take advantage of 3.3's features won't work on 3.0. That's kinda how new versions work, yaknow... ChrisA