Path: csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed6.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.000 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'subject:: [': 0.03; 'syntax': 0.03; 'subject:Python': 0.05; 'python': 0.09; 'pep': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'release.': 0.09; 'ah,': 0.16; 'delegating': 0.16; 'delighted': 0.16; 'from:addr:behnel.de': 0.16; 'from:addr:stefan_ml': 0.16; 'from:name:stefan behnel': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'shipped': 0.17; 'stefan': 0.17; 'team,': 0.18; 'subject:] ': 0.19; 'header:In-Reply-To:1': 0.25; 'header:User-Agent:1': 0.26; 'header:X-Complaints-To:1': 0.28; "i'm": 0.29; 'received:84': 0.32; 'to:addr:python-list': 0.33; 'received:org': 0.36; 'announce': 0.36; 'to:addr:python.org': 0.39; 'header:Received:5': 0.40; 'received:arcor-ip.net': 0.84; 'received:pools.arcor-ip.net': 0.84; 'ago!': 0.93 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Stefan Behnel Subject: Re: [RELEASED] Python 3.3.0 Date: Sat, 29 Sep 2012 15:37:45 +0200 References: <5066E72E.2010100@python.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: dslb-084-056-028-128.pools.arcor-ip.net User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20120912 Thunderbird/15.0.1 In-Reply-To: <5066E72E.2010100@python.org> 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: 12 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1348925876 news.xs4all.nl 6951 [2001:888:2000:d::a6]:57081 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:30490 Georg Brandl, 29.09.2012 14:18: > On behalf of the Python development team, I'm delighted to announce the > Python 3.3.0 final release. > [...] > * PEP 380, syntax for delegating to a subgenerator ("yield from") Ah, you're so late! Cython has shipped its implementation almost a month ago! ;) Stefan