Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!newsfeed.datemas.de!feeder.erje.net!1.eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed7.news.xs4all.nl!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.058 X-Spam-Evidence: '*H*': 0.89; '*S*': 0.00; 'subject:Python': 0.05; 'hacking,': 0.09; 'libraries.': 0.09; 'release,': 0.09; 'runtime': 0.09; 'to:name:python dev': 0.09; 'python': 0.11; 'to:addr:python- committers': 0.16; 'team,': 0.18; 'subject:] ': 0.19; 'windows': 0.20; 'settings.': 0.22; 'install': 0.25; 'header:User-Agent:1': 0.26; 'entered': 0.27; 'to:no real name:2**1': 0.27; "i'm": 0.29; 'privileges': 0.29; 'announce': 0.32; 'url:python': 0.33; 'url:downloads': 0.33; 'recommended': 0.34; 'received:google.com': 0.34; 'to:addr:python-list': 0.35; 'installing': 0.35; 'received:209.85': 0.36; 'url:org': 0.36; 'release': 0.37; 'received:209': 0.38; 'community': 0.38; 'to:addr:python-dev': 0.38; 'subject:[': 0.39; 'to:addr:python.org': 0.39; 'received:192': 0.39; 'your': 0.60; 'default': 0.61; 'here:': 0.62; 'skip:n 10': 0.63; 'user,': 0.67; 'production': 0.67; 'subject:now': 0.81; 'sfxlen:4': 0.84; 'to:addr:python-announce': 0.84; 'pfxlen:2': 0.91; 'subject:available': 0.95 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=qyjU8RoORmroa8ue6YoTMuJenRYv5bnmRzv3MkoiTdw=; b=BgHAt0q6JonpZl/BuLND8KPOjL9l3paGW+9DeQRQtPP310xt7dHyTbWtXzxwJCFw48 TW04kbhbsLkio3nkmMk+X14XgEVYe5NV0il+VFfyPuJcYUSAK7wEwc5tHKREetrYUvIt /Nw9wEGZxknqD963taVFBb+9scH0CZnOxO++nnIgR9YW91CFG98uVSPdJcbbLbK5risF swY460Fiyr5C6ioTxn93WSF8sZIXyIqW+yPVOh+NSPKz3kcgzDKdiJXIRQ5OSkgJCdiG oOyPyY/l6rFtVha/zWJMLb0xEHeEFngL3Ug1FIv9PXIGjLZh8pdRifO+5AzQgLElMKme 6Ffw== X-Gm-Message-State: ALoCoQkPSCJxJXTfPMbZZuP+yJezhzahnuppO/fhXxU0th8nP6miC4K1bkTKumjRL61dN0DWGMk6 X-Received: by 10.66.102.4 with SMTP id fk4mr89973376pab.131.1436116809029; Sun, 05 Jul 2015 10:20:09 -0700 (PDT) Sender: Larry Hastings Date: Sun, 05 Jul 2015 10:20:07 -0700 From: Larry Hastings User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Python Dev , python-committers , python-announce@python.org, python-list@python.org Subject: [RELEASED] Python 3.5.0b3 is now available X-Mailman-Approved-At: Mon, 06 Jul 2015 10:18:59 +0200 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.20+ X-BeenThere: python-announce-list@python.org X-Mailman-Version: 2.1.20+ 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: 25 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1436170741 news.xs4all.nl 2838 [2001:888:2000:d::a6]:55427 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python.announce:1768 On behalf of the Python development community and the Python 3.5 release team, I'm relieved to announce the availability of Python 3.5.0b3. Python 3.5 has now entered "feature freeze". By default new features may no longer be added to Python 3.5. This is a preview release, and its use is not recommended for production settings. An important reminder for Windows users about Python 3.5.0b3: if installing Python 3.5.0b2 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.0b2 here: https://www.python.org/downloads/release/python-350b3/ Happy hacking, //arry/