Path: csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!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; 'essentially': 0.04; 'fixes': 0.07; 'apis': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'subject:trying': 0.09; 'tests,': 0.09; 'python': 0.11; 'bug': 0.12; 'jan': 0.12; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'reedy': 0.16; 'wrote:': 0.18; 'header:User-Agent:1': 0.23; 'header:X-Complaints-To:1': 0.27; 'header:In-Reply-To:1': 0.27; 'idea': 0.28; 'appear': 0.29; 'testing': 0.29; 'am,': 0.29; 'compared': 0.30; 'code': 0.31; 'changed.': 0.31; 'releases,': 0.31; 'run': 0.32; 'subject:the': 0.34; 'subject:?': 0.36; 'to:addr:python-list': 0.38; 'previous': 0.38; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'read': 0.60; 'new': 0.61; 'received:173': 0.61; 'received:fios.verizon.net': 0.84; 'thing,': 0.91 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Terry Reedy Subject: Re: anyone trying out the alpha? Date: Mon, 09 Sep 2013 11:10:02 -0400 References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: pool-173-75-251-66.phlapa.fios.verizon.net User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 In-Reply-To: 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: 18 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1378739425 news.xs4all.nl 15912 [2001:888:2000:d::a6]:44564 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:53874 On 9/9/2013 8:22 AM, Fattburger wrote: > I just read that Python 3.4.0a is out in alpha. Any of you going to try > it out? 3.4.0whatever is essentially 3.3.2 with additional bug fixes that will also appear in 3.3.3 plus a few additional bugfixes that were not backported plus new features. The only things 'unstable', compared to previous releases, are the new features. For one thing, the APIs may still be changed. > I don't have any bright ideas for testing it, myself. If you have any code with automated tests, it is good idea to run them now with the alpha. -- Terry Jan Reedy