Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.albasani.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder3.xlned.com!newsfeed.xs4all.nl!newsfeed2.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.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'cpython': 0.05; 'that?': 0.05; 'subject:Python': 0.06; 'compiler': 0.07; 'pep': 0.09; 'subject:language': 0.09; 'developer': 0.10; 'cc:addr:python- list': 0.11; 'windows': 0.15; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'reedy': 0.16; 'subject: \n ': 0.16; 'url:peps': 0.16; 'sat,': 0.16; 'wrote:': 0.18; 'cc:addr:python.org': 0.22; 'url:dev': 0.24; 'cc:2**0': 0.24; 'developers': 0.25; 'header:In-Reply-To:1': 0.27; 'subject:list': 0.30; 'message-id:@mail.gmail.com': 0.30; 'minor': 0.31; 'url:python': 0.33; 'core': 0.34; 'received:google.com': 0.35; 'there': 0.35; 'url:org': 0.36; 'pm,': 0.38; 'sure': 0.39; 'subject:this': 0.83; '2.8.': 0.84; 'releases.': 0.91; '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=AdCyETq4EcKk6ZxOloskosc+oBIGBem3J73LKhEAnZI=; b=bOq/4RHGUV+TBbfiaB+C73wuCoNTaOQMfpRDvdeVnA7zKvEX2neFhkvjesjZY9EftS SzcGKOXeZ2fsekqy/43XJkgsGRBa44SVpnI48RkPRbD5pCONuyusEP0Z18sqoX1hjL8v 1psdjQpOGDkMBbRsWqjLR0VlOGPuiaHkc2qajw3/udTBdXyFxNCHb+vJBpmFxFXeoJy7 EDlqpyqguS5/IdUCxKvlQa35DFoSPPdR/Kvwex9IbMNyQFir08Ofx7VITNaeM9Er1tDm mibaaeKvHNar3sZYZL+w3gBnQVu/yuh4o82EPwpCXuoTz3AqNMLusUyNAY/HrKd8jSAp 6iVQ== MIME-Version: 1.0 X-Received: by 10.66.241.66 with SMTP id wg2mr470462pac.132.1396668177199; Fri, 04 Apr 2014 20:22:57 -0700 (PDT) In-Reply-To: References: <9daf0806-02de-4447-964c-c8f8953c23e5@googlegroups.com> <5334c38e$0$29994$c3e8da3$5496439d@news.astraweb.com> <53364327$0$29994$c3e8da3$5496439d@news.astraweb.com> <53365F55.2040302@gmail.com> <533836c4$0$29994$c3e8da3$5496439d@news.astraweb.com> <533F2D0F.2080806@gmail.com> Date: Sat, 5 Apr 2014 14:22:57 +1100 Subject: Re: Explanation of this Python language feature? [x for x in x for x in x] (to flatten a nested list) 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: 10 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1396668187 news.xs4all.nl 2902 [2001:888:2000:d::a6]:49726 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:69701 On Sat, Apr 5, 2014 at 2:04 PM, Terry Reedy wrote: > I am a core developer and I am 99.99% sure that the core developers will not > produce a CPython 2.8. For one thing we will likely do instead, see > http://legacy.python.org/dev/peps/pep-0466/ There's also been talk of a potential compiler change for the Windows builds, which otherwise only ever happens at minor releases. Is there a PEP to link people to about that? ChrisA