Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed1a.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-announce@python.org Delivered-To: python-announce-list@mail.python.org X-Spam-Status: OK 0.029 X-Spam-Evidence: '*H*': 0.94; '*S*': 0.00; 'python.': 0.02; 'subject:Python': 0.06; 'hacking,': 0.09; 'release,': 0.09; 'runtime': 0.09; 'to:name:python dev': 0.09; 'python': 0.11; 'windows': 0.15; 'libraries.': 0.16; 'to:addr:python-committers': 0.16; 'uninstall': 0.16; 'alpha': 0.16; 'subject:] ': 0.20; 'previously': 0.22; 'team,': 0.22; 'install': 0.23; 'header:User- Agent:1': 0.23; 'settings.': 0.24; 'to:addr:python-dev': 0.27; 'installed': 0.27; 'to:no real name:2**1': 0.29; "i'm": 0.30; 'url:python': 0.33; 'community': 0.33; 'announce': 0.33; 'third': 0.33; 'received:209.85': 0.35; 'received:209.85.220': 0.35; 'received:google.com': 0.35; 'complete.': 0.36; 'installing': 0.36; 'url:downloads': 0.36; 'next': 0.36; 'url:org': 0.36; 'two': 0.37; 'received:209': 0.37; 'to:addr:python-list': 0.38; 'subject:[': 0.39; 'to:addr:python.org': 0.39; 'users': 0.40; 'major': 0.40; 'release': 0.40; 'availability': 0.60; 'manually': 0.60; 'here:': 0.62; 'skip:n 10': 0.64; 'to:2**2': 0.65; 'production': 0.68; 'user,': 0.69; 'heavy': 0.81; 'sfxlen:4': 0.84; 'to:addr:python-announce': 0.84; 'pfxlen:2': 0.91; 'subject:available': 0.93 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:message-id:date:from:user-agent :mime-version:to:subject:content-type; bh=XbpdCq07NzICdY4Xlr6iGGSgO88+RTftXdzBrisrW7E=; b=jY13OWgVUbbgwnb4lT4cCKQSz+ARj6f1nLFVEh34AlEht7X6NgSyEeSK0q/TL8R7oE TOtwdKIR11dwxkrb7LxQUXV88FLQj2FNOiTrwDst2y33y28Y4SETr8sxTL+prvVrqJEq KpK8snr5L/ripB0yN4+azpD2Rahq/m8ei2xn7R/cWTv9YD9UDvW8lvjX7FtjQ0l31ei/ KDk4ftziX2mFhtI4pFPoRtiL5ZOA7ALzP+SDHn2BJK98tvL5jwyuWQUUsiOrQm2NIBMr RIfSW+ffWGLiM9F4oRu8g3e1djO7CpOrXcj+SvG6lg2P0GBmJjwj9DrjL6p+OkgRxejg olWQ== X-Gm-Message-State: ALoCoQkxoHFMXIJh9UeyZJgZEv4pbU9oJXmT5fVMn0dp5UU3C2DmtM72LQs0IyRDpjJBttmfYiMn X-Received: by 10.66.144.201 with SMTP id so9mr57035025pab.78.1427705199607; Mon, 30 Mar 2015 01:46:39 -0700 (PDT) Sender: Larry Hastings Date: Mon, 30 Mar 2015 01:46:38 -0700 From: Larry Hastings User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: python-announce@python.org, python-committers , Python Dev , python-list@python.org Subject: [RELEASED] Python 3.5.0a3 is now available X-Mailman-Approved-At: Mon, 30 Mar 2015 10:53:28 +0200 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.19 X-BeenThere: python-announce-list@python.org X-Mailman-Version: 2.1.19 Precedence: list List-Id: Announcement-only list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Approved: python-announce-list@python.org Newsgroups: comp.lang.python.announce Message-ID: Lines: 28 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1427705610 news.xs4all.nl 2920 [2001:888:2000:d::a6]:45038 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python.announce:1651 On behalf of the Python development community and the Python 3.5 release team, I'm thrilled to announce the availability of Python 3.5.0a3. Python 3.5.0a3 is the third alpha release of Python 3.5, which will be the next major release of Python. Python 3.5 is still under heavy development, and is far from complete. This is a preview release, and its use is not recommended for production settings. Two important notes for Windows users about Python 3.5.0a3: * If you have previously installed Python 3.5.0a1, you may need to manually uninstall it before installing Python 3.5.0a3 (issue23612). * If installing Python 3.5.0a3 as a non-privileged user, you may need to escalate to administrator privileges to install an update to your C runtime libraries. You can find Python 3.5.0a3 here: https://www.python.org/downloads/release/python-350a3/ Happy hacking, //arry/